linux系统安装数据库时,xshell工具常用MySQL(5.5)相关命令

1、进入mysql数据库

[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、查看数据库编码

mysql> show variables like 'character%';


3、分页查看my.cnf文件

[root@centos6 ~]# cd /etc/
[root@centos6 etc]# more my.cnf

然后按space空格键进行下一页翻页,翻到最后按space时候会自动回到命令根目录[root@centos6 etc]# 

4、分页查看文件目录(固定页数)

例如查看/etc目录下的子目录,每页显示5条信息文件

[root@centos6 etc]# ls -l  | more -5

5、停止、启动、重启mysql服务

[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的监听、端口、及连接

[root@centos6 /]# netstat -apn|grep mysql


12、创建数据库

mysql> create database xxx;

  • 2
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值