Mac Pro 下MySql的安裝及配置使用

2021-08-07 14:47:17 字數 1392 閱讀 6842

開啟終端

開啟配置

輸入:.bash_profile

輸入:export path=$:/usr/local/mysql/bin 儲存

然後,在系統偏好設定中開啟mysql ,在終端進行登入的時候會出現

error 1045 (28000): access denied for user 'root'@'localhost' (using password: no)
解決這個問題的辦法

1、開啟終端輸入/usr/local/mysql/bin/mysqld_safe –skip-grant-tables

出現上邊的結果,然後不要關閉當前的終端,重新開啟乙個 ,

2、輸入/usr/local/mysql/bin/mysql 會展示出

the mysql monitor. commands end

with ; or \g.

your mysql connection id

is37

server version: 5.7

.13 mysql community server (gpl)

oracle is a registered trademark of oracle corporation and/or

itsaffiliates. other names may be trademarks of their respective

owners.

type 'help;' or '\h' for help. type '\c' to clear the current input statement.

mysql>

3、開啟use mysql;

結果:

reading table information for completion of table and column names

you can turn off this feature to

geta quicker startup with -a

database changed

4、然後更改root的密碼

mysql> update user set authentication_string=password('root') where host='localhost'

and user='root';

5、退出儲存,重新啟動服務 搞

macpro終端開啟mysql

下完pkg以後執行這中間有一步設定密碼就是進入自己mysql的密碼,這之後mysql的server應該預設是開著的 開啟終端並使用命令 usr local mysql bin mysql u root p,輸入當時自己設定的密碼即可進入 這樣就可以輸入指令了,先quit出去,每次輸入這麼長指令很累 ...

MacPro下搭建PHP環境(LAMP)

php環境的種類就不介紹了,我選擇的lamp,跟兄弟連學php 是在windows平台上搭建的,而我用的是macpro,所以也沒有參考價值了,所以我就從網上找高人參考。經過三個小時的折騰,終於初步成功,因為我還沒有開始程式設計呀 具體步驟 我的電腦配置 mac osx系統都自帶了apache和php...

Mac Pro 編譯安裝 Redis 3 2 3

cd usr local src redis 3.2.3 sudo make sudo make install cp src redis benchmark usr local redis redis 3.2 cp src redis check aof usr local redis redis...