当前位置: 代码迷 >> 综合 >> xampp--的数据库sql
  详细解决方案

xampp--的数据库sql

热度:78   发布时间:2023-12-14 14:43:42.0

1,安装完后----进入mysql---进入bin---进行cmd运行

2,进入数据库命令,没有密码

mysql -hlocalhost -uroot -p

3,设置密码

set password for 'root'@'localhost'=password('newpasswd');

4,其他方法
https://blog.csdn.net/Keith003/article/details/81132346