Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用以下代码在窗口 10 上的 popsql 中运行 mysql 时:
CREATE TABLE student ( studentID INT PRIMARY KEY, name VARCHAR(20), major VARCHAR(20) );
出现错误:
"无法通过套接字'/run/mysqld/mysqld.sock' (2) 连接到本地 MySQL 服务器"
我该如何解决?谢谢