摘要:
一、连接数据库 mysql -u root -p // 在下一行输入密码 二、为root用户开启远程连接mysql数据库(注意要带分号) grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option; 阅读全文
posted @ 2023-12-16 01:27
百里屠苏phper
阅读(99)
评论(0)
推荐(0)
浙公网安备 33010602011771号