摘要:
1、到datadir /var/lib/mysql/目录下检查那个数据库的数据太大;如X数据库下的xxx.ibd占用了19G; 如: -rw-r 1 mysql mysql 19G Dec 22 09:26 xxx.ibd 2、删除/var/log/下边的一些log.tar.gz日志,释放一点空间, 阅读全文
摘要:
main.py # This is a sample Python script. # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to search everywhere for 阅读全文
摘要:
https://www.hackerxone.com/2021/06/02/how-install-mysql-57-ubuntu-2004-lts/ mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' ;Q 阅读全文