标签:tar roo 执行 highlight 字符集 lan netstat 使用 blank
grant all on *.* to root@‘localhost‘ identified by ‘123‘; # 设置本地用户和密码 grant all on *.* to root@‘%‘ identified by ‘123‘; # 设置远程用户和密码 flush privileges;
mysql -uroot -p123 </tmp/world.sql
登录到MySQL中,执行:source /tmp/world.sql
mysql> system cat /data/mysql/3306/data/auto.cnf [auto] server-uuid=70c898ff-b16f-11eb-b4b1-000c29c2d6bd mysql> system ls /data/mysql 3306 3307 3308 3309 # 无法执行ll mysql> system ll /data/mysql sh: ll: command not found
标签:tar roo 执行 highlight 字符集 lan netstat 使用 blank
原文地址:https://www.cnblogs.com/hcjzl/p/14757070.html