MySql---安装配置时出现的问题

 1、mysqld -initialize-insecure

问题:未出现随机密码

原因:原先运行过该语句

解决方案:删除之前运行生成的data文件夹

D:\Program Files\MySql\bin>mysqld -initialize-insecure
2022-02-08T06:01:51.967968Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2022-02-08T06:01:51.967983Z 0 [System] [MY-010116] [Server] D:\Program Files\MySql\bin\mysqld.exe (mysqld 8.0.28) starting as process 8364
2022-02-08T06:01:51.969424Z 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2022-02-08T06:01:51.970109Z 0 [Warning] [MY-010091] [Server] Can't create test file D:\Program Files\MySql\data\mysqld_tmp_file_case_insensitive_test.lower-test
2022-02-08T06:01:51.970164Z 0 [Warning] [MY-010091] [Server] Can't create test file D:\Program Files\MySql\data\mysqld_tmp_file_case_insensitive_test.lower-test
2022-02-08T06:01:51.970310Z 0 [ERROR] [MY-013276] [Server] Failed to set datadir to 'D:\Program Files\MySql\data\' (OS errno: 2 - No such file or directory)
2022-02-08T06:01:51.975219Z 0 [ERROR] [MY-010119] [Server] Aborting
2022-02-08T06:01:51.975511Z 0 [System] [MY-010910] [Server] D:\Program Files\MySql\bin\mysqld.exe: Shutdown complete (mysqld 8.0.28)  MySQL Community Server - GPL.

2、net start mysql

问题:mysql无法启动

解决方案:卸载mysql,再重新安装mysql

D:\Program Files\MySql\bin>mysqld -remove
Service successfully removed.

D:\Program Files\MySql\bin>net start mysql
服务名无效。


D:\Program Files\MySql\bin>mysqld --install mysql
Service successfully installed.

D:\Program Files\MySql\bin>net start mysql
mysql 服务正在启动 .
mysql 服务已经启动成功。

  • 4
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值