centOS下安裝mysql workbench詳細步驟

來源:互聯網
上載者:User

step0:安裝mysql

在按照workbench之前,先安裝mysql。指令是

yum install mysql mysql-server mysql-libs mysql-server

關於mysql各個包的功能是:

“mysql for the client tools, mysql-server for the server and associated tools, and mysql-libs for the libraries. The libraries are required if you want to provide connectivity from different languages and environments such as Perl, Python and others.”

用yum指令安裝的好處是比較方便,壞處是一般yum指令安裝的版本都比最新版稍微落後些……

terminal提示complete以後,就說明安裝完了。mysql的設定檔被安裝到/etc/my.cnf,mysql server的啟動指令碼被安裝到/etc/init.d/mysqld

官方說明:

A sample configuration file is installed into /etc/my.cnf. An init script, to start and stop the server, will have been installed into /etc/init.d/mysqld.

啟動MySQL server的命令是:

root-shell> service mysqld start

如果想在centOS開機時自動啟動MySQL server,那麼可以使用指令

root-shell> chkconfig --levels 235 mysqld on

mysql和 mysq lserver裝好以後就可以裝workbench了。

step1:到mysql的官網上下載workbench安裝檔案

http://dev.mysql.com/downloads/mirror.php?id=412155

step2:下載好了以後,點擊安裝

雙擊下載的檔案,即可安裝

會提示需要額外安裝的package,點擊install就好。

提示需要輸入密碼,輸入root的密碼就好

之後它會自己下載所依賴的package

step3:開啟3306連接埠

因為mysql預設使用的是3306連接埠,而centOS預設是不開啟此連接埠的,因此要先開啟它,命令是

/sbin/iptables -I INPUT -p tcp --dport 3036 -j ACCEPT

儲存設定

/etc/rc.d/init.d/iptables save

step4:找到安裝的程式,運行MySQL workbench

在application->programming下面就可以看得MySQL workbench了

建立一個connection

點擊store in Keychain儲存密碼

然後一直OK直到建立這個connection就可以了。

可以看到我們建立了一個connection,雙擊開啟這個connection。

可以看到,現在整個庫裡還是空的,什麼東西都沒有。

此時你可以建立database,或者選擇匯入也可以。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.