所以只有當我去我的本地PhpMyAdmin窗口,我得到#2002消息。 我搜索了網絡,並且我發現了一個終端命令來檢查Mysql是否會在第一個地方運行,並且它確實會運行。PHPMyAdmin的MAMP給我#2002 mysql錯誤
運行/Applications/MAMP/Library/bin/mysql -u root -p
給我
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.5.9 Source distribution
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
這並不看壞,我認爲這樣的錯誤絕不能有很多工作要做這一點。
我看到有一個config.inc.php文件,用'127.0.0.1'代替值'localhost',但沒有改變這種情況。
然後我去MYSQL論壇尋找它建議檢查my.cnf文件來檢查某些值。但我無法在任何地方找到它。 MAMP中是否有另一個文件具有相同的功能?
它之前運行良好還是安裝後出現此錯誤?如果是這樣,只需重新安裝整個事情。 –
我實際上已經卸載並重新安裝了MAMP,並仍給我相同的2002錯誤。 – Immers
你正在使用哪個操作系統?我會推薦我們xampp。 –