摘要:
原文链接: https://blog.csdn.net/FindStar_ing/article/details/86154592 原来是用navicat可视化工具,后来用了HeidiSQL,输入账号密码后一直无法进入数据库报错 1.127.0.01和localhost的区别一个是本机地址还有一个是 阅读全文
摘要:
原文链接, 感谢分享: https://blog.51cto.com/13936334/2370814 Mysql有两种安装方式:源码包安装和二进制包安装本文描述的是二进制安装包,下载目录:https://www.mysql.com/downloads/步骤一:步骤二:步骤三: 因本人的虚拟机是仅主 阅读全文
摘要:
原文链接:https://blog.csdn.net/weixin_43423781/article/details/105396230 错误信息:ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp 阅读全文
摘要:
原文链接:https://blog.csdn.net/qevery678/article/details/96422599/ 问题[root@centos74 ~]# service mysqld startStarting MySQL.. ERROR! The server quit withou 阅读全文
摘要:
感谢: https://www.cnblogs.com/feigao/p/10715547.html Mysql默认不允许远程登录,所以需要开启远程访问权限 可以先查看user表 select user,authentication_string,host from user; 默认都是localh 阅读全文