时间:2021-07-01 10:21:17 帮助过:7人阅读
grant all on *.* to root@‘localhost‘ identified by ‘123‘; # 设置本地用户和密码 grant all on *.* to root@‘%‘ identified by ‘123‘; # 设置远程用户和密码 flush privileges;5. 从外部导入并执行SQL文件: 方法一:
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有的命令就不能执行,比如:ll
mysql
标签:tar roo 执行 highlight 字符集 lan netstat 使用 blank