2019年11月23日
摘要: 1.打开MySQL:cmd里 net start mysqlmysql -hlocalhost -uroot -p回车 进入mysql数据库2. 命令如下: 1、use mysql; 2、alte... 阅读全文
posted @ 2019-11-23 23:33 蔡军帅 阅读(127) 评论(0) 推荐(0)
摘要: 1.打开MySQL: cmd里 net start mysql mysql -hlocalhost -uroot -p回车 进入mysql数据库 2. 命令如下: 1、use mysql; 2、alter user 'root'@'localhost' identified with mysql_n 阅读全文
posted @ 2019-11-23 23:33 蔡军帅 阅读(514) 评论(0) 推荐(0)