Linux进入mysql控制台命令

[root@localhost ~]# mysql -h localhost -uxxxxxxx -pxxxxxxx

Welcome to the MariaDB monitor.  Commands end with ; or \g.

Your MariaDB connection id is 1905

Server version: 5.5.44-MariaDB-log MariaDB Server

 

Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.

 

Type 'help;' or '\h' for help. Type '\c' to clear the current input s

 tatement.

 

MariaDB [(none)]> show databases;

+--------------------+

| Database           |

+--------------------+

| information_schema |

| xxxxxxx            |

+--------------------+

posted @ 2016-10-14 10:41  蜜獾互联网  阅读(6)  评论(0编辑  收藏  举报  来源