bitsCN.com 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, 删除目录 C:/Documents and Settings/All Users/Application Data/MySQL 3, 重新安装MySQL 就好了 如何你C:/Documents and Settings/All Users下没有Application Data文件夹,选择:工具——文件夹选项——查看——选择显示所有文件和文件夹 作者 邴辉 bitsCN.com
0
0
the security settings could not be applied to the database_MySQL
相关文章
mysql如何实现数据初始化脚本_mysql项目部署说明
如何从sql文件恢复数据_mysql导入恢复方式
mysql存储过程算不算OOP_mysql过程化与面向对象对比
mysql查询性能的优化:避免全表扫描与索引失效
mysql函数和触发器权限如何设置_mysql高级授权说明
相关标签:
本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门AI工具
相关专题
C++ 高级模板编程与元编程
本专题深入讲解 C++ 中的高级模板编程与元编程技术,涵盖模板特化、SFINAE、模板递归、类型萃取、编译时常量与计算、C++17 的折叠表达式与变长模板参数等。通过多个实际示例,帮助开发者掌握 如何利用 C++ 模板机制编写高效、可扩展的通用代码,并提升代码的灵活性与性能。
16
2026.01.23
热门下载
相关下载
精品课程
相关推荐
/
热门推荐
/
最新课程








