*nix os 下配置文件一般存放位置 Default options are read from the following files in the given order: /et
Default options are read from the following files in the given order: /etc/my.cnf, /etc/Mysql/my.cnf, /usr/local/etc/my.cnf, ~/.my.cnf
默认设置按一下顺序读取:
/etc/my.cnf, /etc/mysql/my.cnf, /usr/local/etc/my.cnf, ~/.my.cnf
启动方式:
停止mysql:
重启mysql:
这里记录通过 homebrew 安装的操作
### 权限管理 查看mysql状态
增加用户及权限
GRANT ALL ON *.* TO 'username'@'hostname' IDENTIFIED BY 'username' WITH GRANT OPTION; # 然后刷新权限 flush privileges;
删除用户权限
REVOKE ALL ON *.* FROM 'username'@'hostname'; # 然后刷新权限 flush privileges;
--结束END--
本文标题: MySQL 的日常使用
本文链接: https://lsjlt.com/news/9447.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0