【mysql处理远程登陆授权及数据库迁移备份问题】
摘要:
Database changedMariaDB [mysql]> grant all PRIVILEGES on mysql.* to root@'%' identified by '123';Query OK, 0 rows affected (0.02 sec)//为特定数据库授予远程访问权限M 阅读全文
posted @ 2018-10-20 19:23 activecode 阅读(173) 评论(0) 推荐(0) 编辑