我正在做一个项目,我一直在尝试使用MySQL而不是SQLite。因此,我下载了MySQL并尝试用mysql_secure_installation设置根密码,但是当我提交这两个密码时,会出现以下错误:
... Failed!user 'root'@'localhost' as the authentication method used doesn't store authentication data in the MySQL我一直试
我到处寻找,试图弄清楚如何处理我在尝试登录到MySQL数据库时遇到的身份验证错误。也许我不知道该问什么问题,也不知道我在寻找什么,但这是我得到的, using MySql.Data; }简单地说,只是尝试打开一个连接,然后关闭它,以验证我是否可以继续前进,但它抛出了一个关于身份验证方法'mysql_cle
我有一个错误:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock当我运行mysqld.sock时,似乎不是安装apt-get install mysql-server。我试过find / -name "mysqld.sock",但什么也找不到。
我想用shell命令连接到外部服务器上的mysql数据库。Ubuntu版本16.04。mysql -uXXXXXX -pYYYYYY -h domain.commysql: [Warning] Using a password on the command line interfaceERROR 2059 (HY000): Authentication plugin 'mysql_old_password' cannot be loaded: /usr/lib