Linux系统xshell常用指令,linux系统安装数据库时,xshell工具常用MySQL(5.5)相关命令...
1、進入mysql數(shù)據(jù)庫
[root@centos6 /]# mysql -u root -p
Enter password: root
Welcome to the MySQL monitor. ?Commands end with ; or \g.
Your MySQL connection id is 11
Server version: 5.5.18-log MySQL Community Server (GPL)
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
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>
2、查看數(shù)據(jù)庫編碼
mysql> show variables like 'character%';
3、分頁查看my.cnf文件
[root@centos6 ~]# cd /etc/
[root@centos6 etc]# more my.cnf
然后按space空格鍵進行下一頁翻頁,翻到最后按space時候會自動回到命令根目錄[root@centos6 etc]#
4、分頁查看文件目錄(固定頁數(shù))
例如查看/etc目錄下的子目錄,每頁顯示5條信息文件
[root@centos6 etc]# ls -l ?| more -5
5、停止、啟動、重啟mysql服務(wù)
[root@centos6 etc]# service mysql stop
Shutting down MySQL... ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [確定]
[root@centos6 etc]# service mysql start
Starting MySQL... ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?[確定]
[root@centos6 etc]# service mysql restart
Shutting down MySQL. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [確定]
Starting MySQL.. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [確定]
[root@centos6 etc]#
6、退出mysql
mysql> quit
7、查看MySQL版本
[root@centos6 /]# mysql --version
mysql ?Ver 14.14 Distrib 5.5.18, for Linux (x86_64) using readline 5.1
8、[root@centos6 etc]# vi my.cnf
這個命令沒任何作用,用完后需用“:quit”然后按回車(Enter)退出到命令根目錄[root@centos6 etc]#
9、查看mysql的位置
[root@centos6 /]# whereis mysql
10、查看mysql占用的端口號
mysql> show variables like 'port';
11、查看mysql的監(jiān)聽、端口、及連接
[root@centos6 /]# netstat -apn|grep mysql
12、創(chuàng)建數(shù)據(jù)庫
mysql> create database xxx;
總結(jié)
以上是生活随笔為你收集整理的Linux系统xshell常用指令,linux系统安装数据库时,xshell工具常用MySQL(5.5)相关命令...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux如何分析系统的堆栈,Linux
- 下一篇: redis linux无法启动服务,Ce