我有一个ASP.NET MVC web应用程序,可以连接到远程MySQL服务器(Ubuntu)。to connect to any of the specified MySQL hosts.at MySql.Data.MySqlClient.Driver.Open:
server=x.x.x.x;uid=xxx;pwd=xxx;database=xxx;Connection Timeout=
debian 11上mariaDB 10.5.12的新安装使用了“mysql_secure_installation”脚本,“切换到unix_socket身份验证Y/n”的问题被回答为“是”。MariaDB [(none)]>mysql --host=127.0.0.1
ERROR 1698 (28000): Access denied for user 'rootGRANT ALL PRIVILEGES ON *.* TO 'root