在使用MySQL數據庫時,我們需要知道怎樣在本地用戶中進行登錄。下面將介紹如何實現該過程:
第一步:打開終端。
$ open -a Terminal
第二步:輸入mysql -u root -p進行登錄。
$ mysql -u root -p
第三步:輸入密碼。
Enter password: ********
輸入正確的密碼即可成功登錄,最終界面如下所示:
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 25 Server version: 5.7.25 Homebrew ... mysql>
以上就是在本地用戶中進行 MySQL 登錄的方法,希望可以幫到大家。如果還有其他問題,可以看一看 MySQL 官方文檔或者通過搜索引擎進行查找。