Mysql 5.5以上版本,在命令行输入-ppassword执行sql语句时,会有警告: [Warning] Using a password on the command line interface can be insecure. 继续阅读
Mysql: [Warning] Using a password on the command line interface can be insecure解决方案
发表评论
Mysql 5.5以上版本,在命令行输入-ppassword执行sql语句时,会有警告: [Warning] Using a password on the command line interface can be insecure. 继续阅读
外键关联的问题,如果要清空表数据的话,一个一个的按顺序来清空,工作量也太大了,如果有办法可以先暂时将这个外键屏蔽的话就好了,所以上网google一下,得出如下:
在mysql数据库中,在进行数据迁移和从库只读状态设置时,都会涉及到只读状态和Master-slave的设置和关系。 继续阅读
环境:centos,mysql5.6.19
错误:Host is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’ 继续阅读
入职小美到家后,发现mysql-data目录存储在20G根目录磁盘,磁盘空间越来越小,这个坑必须填掉。同事要求不停业务做迁移,讨论后方案如下: 继续阅读
启动mysql :/usr/local/app/mysql/bin/mysqld_safe –defaults-file=/usr/local/app/mysql/my.cnf – 继续阅读