摘要:
登录mysql 密码报错 1、修改/etc/my.cnf 添加下面的信息 skip-grant-tables 2、重启mysql 3、登录mysql 不需要输入密码, 修改root >ALTER user 'root'@'localhost' IDENTIFIED BY 'Aa123456'; 上句 阅读全文
摘要:
启动容器是没有设置映射的端口号 1、停止正在运行的容器和docker 服务 #docker stop centos-mysql #systemctl stop docker (一定要停止,光停止容器无效) 2、查看容器的id #docker ps -a --no-trunc 3、进入容器目录 #do 阅读全文
摘要:
docker中登录mysql报错: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) mysql服务没有启动 阅读全文