標籤:brew mysql 安裝
安裝mysql 最新版 56
brew install mysql
啟動報錯
ben:~ soul$ which mysql/usr/local/bin/mysqlben:~ soul$ mysqlERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ (2)
解決辦法
運行
ben:~ soul$ mysql.server startStarting MySQL. SUCCESS! ben:~ soul$ mysql -uroot -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 1Server version: 5.6.26 Homebrew
設定 mysql 自啟動設定 mysql root 密碼
ben:~ soul$ ls /usr/local/bin | grep mysql --colormsql2mysqlmysqlmysql.servermysql_client_testmysql_client_test_embeddedmysql_configmysql_config_editormysql_convert_table_formatmysql_embeddedmysql_find_rowsmysql_fix_extensionsmysql_install_dbmysql_pluginmysql_secure_installationmysql_setpermissionmysql_tzinfo_to_sqlmysql_upgrademysql_waitpidmysql_zapmysqladminmysqlbinlogmysqlbugmysqlcheckmysqldmysqld_multimysqld_safemysqldumpmysqldumpslowmysqlhotcopymysqlimportmysqlshowmysqlslapmysqltestmysqltest_embeddedben:~ soul$ ben:~ soul$ mysql_secure_installation
關鍵命令 mysql_secure_installation
(歡迎交流 [email protected])
著作權聲明:本文為博主原創文章,未經博主允許不得轉載。
Mac brew 安裝mysql 報錯 ERROR 2002 (HY000): Can't connect to local MySQL server through socket