dos启动mysql

来源:互联网 发布:已备案域名如何注销 编辑:程序博客网 时间:2024/06/06 14:47
先切换到mysql所在的bin目录
C:\Program Files\MySQL\MySQL Server 5.6\bin>mysql -u root -pEnter password: ****Welcome to the MySQL monitor.  Commands end with ; or \g.Your MySQL connection id is 22Server version: 5.6.11-log MySQL Community Server (GPL)Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql>
mysql> show databases;+--------------------+| Database           |+--------------------+| information_schema || db_1               || db_2               || db_3               || db_6               || db_7               || db_8               || db_9               || mysql              || performance_schema || sakila             || test               || world              |+--------------------+13 rows in set (0.43 sec)

0 0
原创粉丝点击