MySQL安装好之后,往往还需要再做一些设置!
1、添加MySQL服务:
输入命令cmd
输入命令 cd D:\software\MySQL\mysqllocation\MySQLServer 5.7\bin(此目录为MySQL的安装目录)
输入命令 d:进入MySQL的bin目录
输入命令net...
分类:
数据库 时间:
2014-08-09 11:36:17
阅读次数:
312
You may need to set up a root account for your MySQL database:In the terminal type:mysqladmin -u root password 'root password goes here'
分类:
数据库 时间:
2014-06-27 17:14:06
阅读次数:
210