MySQL 一台主機多執行個體root登入問題,mysqlroot

來源:互聯網
上載者:User

MySQL 一台主機多執行個體root登入問題,mysqlroot

如果在一台機子上起多個MySQL執行個體, 比如連接埠號碼為 3306, 3307, 3308

登入時候要選擇不同的 mysql.sock檔案

mysql -uroot -p123456 這一句 登入的是 3306的執行個體
mysql -uroot -p123456 -S /home/mysql_3307/mysql.sock 這一句 登入的是 3307的執行個體

這時候 用 -P 3307 這個選項是不管用的。 這個-P 的選項和 -h 應該是一起用的。

本機登入以來的是這個sock檔案。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.