ubuntu15 10安裝mysql資料庫

2021-07-09 02:32:46 字數 674 閱讀 3049

(1)在終端下執行sudo apt-get install mysql-server-5.6 命令

(2)一路按回車鍵,等安裝好之後,再設定密碼。

(3)安裝成功之後,執行mysql -u root命令,進入資料庫,如下:

welcome to the mysql monitor.  commands end with ; or \g.

your mysql connection id is 12

server version: 5.6.27-0ubuntu1 (ubuntu)

oracle is a registered trademark of oracle corporation and/or its

affiliates. other names may be trademarks of their respective

owners.

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

mysql>

現在就可以設定root密碼了,執行grant all privileges on *.* to root@"%" identified by "passwd" ;

把密碼設定為passwd。

Ubuntu15 10安裝小結

先前接觸過幾次ubuntu了,但總是因為各種錯誤而擱置linux的學習。這學期的高軟作業需要在linux上完成,在vmware上執行ubuntu總是有一種不爽的感覺,於是這次在學校借用的電腦上裝了ubuntu15並且卸了win7 學校電腦配置渣2g記憶體 希望可以一步步了解linux,開啟新世界的大...

ubuntu15 10下Snort安裝及配置

一 工作模式及原理 二 工作工程 預處理 a snort通過在網路tcp ip的第5層結構的資料鏈路層進行抓取網路資料報 b 將捕獲的資料報送到包解碼器進行解碼。網路中的資料報有可能是乙太網包 令牌環包 tcp ip包c 802.11包等格式。在這一過程包解碼器將其解碼成snort認識的統一的格式 ...

使用root賬戶登入ubuntu 15 10

1.開啟終端 2.輸入sudo vi usr share lightdm lightdm.conf.d 50 ubuntu.conf 或輸入sudo vim usr share lightdm lightdm.conf.d 50 ubuntu.conf vim需安裝 或輸入sudo gedit us...