Win 7 mysql安装错误(the security settings could not be applied to the database (error 1045 MySQL)

安装MYSQL最后一步“Apply security setting”出现如下错误:

The security settings could not be applied to the database because the connection has failed with the following error.

Error Nr. 1045

Access denied for user ‘root‘@‘localhost‘ (using password: YES)

If a personal
firewall is running on your machine, please make sure you have opened
the TCP port 3306 for connections. Otherwise no client application can
connect to the server. After you have opened the
port please press [Retry] to apply the security settings.

If you are
re-installing after you just uninstalled the MySQL server please note
that the data directory was not removed automatically. Therefore the old
password from your last installation is still needed
to connect to the server. In this case please select skip now and
re-run the Configuration Wizard from the start menu.

解决办法:

1:卸载MYSQL。

2:删除MYSQL安装目录(我的是C:\Program Files),删除整个MYSQL文件夹。

3:重新安装MYSQL。

注意:(本人也没有调查到具体原因)

如果之前安装过MYSQL,并创建过数据库,可忽略此错误,实际上MYSQL安装是成功的,打开NAVICAT(我用的是NAVICAT管理的MYSQL数据库),可看到之前创建的链接和数据库还在。

时间: 2024-11-05 13:37:28

Win 7 mysql安装错误(the security settings could not be applied to the database (error 1045 MySQL)的相关文章

mysql安装错误解决办法

在我们装mysql数据库时,出现安装失败是一件非常令人烦恼的事情,接下来小编就给大家带来在我们安装mysql数据库失败的一些解决方法,感兴趣的小伙伴们可以参考一下 mysql数据库安装不了了!mysql最后一步安装不上!mysql就是安装不上!是不是很头疼,很伤脑筋,现在大家不用着急了,小编为大家整理了mysql安装失败的原因以及mysql安装失败的解决方法,抓紧来看看吧! 困难1:MySQL 5.1 安装过程中报apply security setting错误 1.卸载MySQL. 2.删除目

解决mysql的错误 CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1300 Invalid utf8 character string: '\xBF\xA5'

报错: CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1300 Invalid utf8 character string: '\xBF\xA5' 解决方法: $currentPrice = $currentPrice * 1; => $currentPrice 原本是字符串的 数字,导致插入数据库失败. =>所以只要改成 数字 即可. =>字符串的 数字 ,乘以 1 就会变

mysql 安装错误 解决方法

错误及警告信息:TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option 解决方法:需要在my.cnf里面加入下面的参数:explicit_defaults_for_timestamp=true 错误及警告信息:Can't find messagefile '/usr/share/mysql/errmsg.sys 解决方法:需要在m

mysql安装错误

报错1: Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory 解决办法: yum install libaio* -y 报错2:FATAL ERROR: please install the following Perl modules b

mysql安装错误解决

1.mysqld: Can't create directory 'D:\mysql\data\' (OS errno 2 - No such file or directory) 把目录改成反斜杠 2.MySQL登陆报错 更改my.ini文件:#sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES 这个有问题,在创建完新用户登录时报错sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION 3.更改

mysql 安装出现问题汇总

MYSQL安装出现could not start the service mysql error:0处理 当各位在安装.重装时出现could not start the service mysqlerror:0的错误时,可以尝试下面两种方法. 一.方式1 MySQL安装是出现could not start the service mysql error:0 提示错误,解决方法: 首 先,在管理工具->服务里面将MySQL的服务给停止,然后打开cmd 进入你的MySQL bin目录下,例如 C:\

MySQL安装使用的2个问题

问题:1.遇到不输入密码能登上 ,使用密码报错.2.(解压版的) 在cmd输入>mysql –u root –p 时,按enter回车时,会叫你输入密码Enter password____,否则出现错误:ERROR 1045(28000):Access denied for user'root'@'localhost'(using password:YES) 或者是 (using password:NO) 解决操作:1.我们的先找到安装目录下的 my.ini文件. 2.编辑my.ini文件,在里

MySQL安装篇

环境介绍 系统:CentOS 5.8 64位 MySQL版本:mysql-5.6.22-linux-glibc2.5-x86_64 注意:以二进制安装.因为MySQL的编译需要很长的时间. 安装步骤 1.安装的前期准备工作. a.关闭selinux vim /etc/sysconfig/selinux SELINUX=DISABLED b.临时关闭 setenforce 0 c.关闭防火墙 service iptables stop 其中方法a和方法b任选一个,但是方法a需要重启服务器才能生效.

MySQL安装后的设置和测试(参考MySQL官方文档)

本文讨论安装MySQL后应执行的任务:如有必要,初始化数据目录并创建MySQL授权表.对于某些MySQL安装方式,以下安装方式可以自动进行数据目录初始化:1.由MySQL安装程序执行的Windows安装操作.2.使用Oracle的服务器RPM或Debian发行版在Linux上安装.3.在许多平台上使用本机打包系统进行安装,包括Debian Linux.Ubuntu Linux.Gentoo Linux和其他平台.4.使用DMG发行版在macOS上安装. 对于其他平台和安装类型,必须手动初始化数据