在Mac OS下,我們需要配置MySQL的環境變量才能正常使用。下面是配置過程:
1. 打開終端,輸入以下命令打開編輯器:
~$ nano .bash_profile
2. 在編輯器中添加以下語句:
export PATH="/usr/local/mysql/bin:$PATH"
3. 使用"Control+O"保存更改,"Control+X"退出編輯器。
4. 使環境變量生效,輸入以下命令:
~$ source .bash_profile
這樣MySQL的環境變量就已經配置好了。
在Mac OS下,我們需要配置MySQL的環境變量才能正常使用。下面是配置過程:
1. 打開終端,輸入以下命令打開編輯器:
~$ nano .bash_profile
2. 在編輯器中添加以下語句:
export PATH="/usr/local/mysql/bin:$PATH"
3. 使用"Control+O"保存更改,"Control+X"退出編輯器。
4. 使環境變量生效,輸入以下命令:
~$ source .bash_profile
這樣MySQL的環境變量就已經配置好了。