摘要:
CRUD等操作(DDL、DML、DQL) 权限操作: create user 用户名@"localhost或%" identified by '密码' show grants for 用户名@主机名 grant 权限列表(all/insert/delete/select等) on 库名(*).表名( 阅读全文
摘要:
在编写shell脚本,关于实现mysql数据库备份,用到了mysqldump命令,可是在执行的时候显示'Access denied for user 'weakxy'@'localhost' (using password: NO)'因为没有密码,我认为应该也不是因为密码错误导致连接不上mysql 阅读全文
摘要:
linux 常用指令reboot whoami useradd passwd groupadd clear usermod tree rpm安装(-ivh -qai) yum安装 init [0~6]变更linux运行级别(常用3多用户、5图形化界面) man help less查看大文件 head 阅读全文