天堂av 在线播放_TSAV片_人与动人物电影杂交的A片_久久一级a,欧美一级午夜理论在线,亚洲精品线观看偷拍,五月丁香波多野结衣,日日摸夜夜添夜夜添中文字幕,欧美日韩不卡视频,国色天香久久人人97超碰,激情五月天在线播播

系統(tǒng)安裝

匯總性教程

內容管理

欄目管理

靜態(tài)管理和緩存管理

標簽和模板

模板教程

常見疑難問題

二次開發(fā)教程

動靜態(tài)分離部署

首頁 >  國微CMS教程 >  常見疑難問題 >  實施教程
xampp_linux的數(shù)據(jù)庫密碼修改

 

                    Mysql數(shù)據(jù)庫密碼修改 (linux下的xampp環(huán)境)

 

修改數(shù)據(jù)庫root密碼(必須)

linux操作系統(tǒng)中,,xamp默認安裝的時候,數(shù)據(jù)庫的root賬號密碼默認為空,,必須設置后,,才能安裝系統(tǒng);

1,、訪問數(shù)據(jù)庫,、并設置密碼

A:進入mysql輸入如下命令

# /opt/lampp/bin/mysql -uroot -p

Enter password:

 

B:上面直接Enter因為密碼默認為空就可以進入數(shù)據(jù)庫

Welcome to the MariaDB monitor.  Commands end with ; or \g.Your MariaDB connection id is 5Server version: 10.1.21-MariaDB Source distribution

 

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.MariaDB [(none)]>

 

C:設置root用戶密碼輸入如下命令(手工)

set password for root@localhost = password('123');

 

 

 

備注:

B步驟,如果沒有啟動lampp ,會報一下錯誤

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/lampp/var/mysql/mysql.sock' (2 "No such file or directory")

 

相關內容