您的位置:首页 > 数据库 > MySQL

Mysql:1.登陆Mysql服务器

2015-11-25 21:35 609 查看
从命令提示符连接到Mysql服务器:

C:\Mysql\mysql-5.7.9-winx64\bin> mysql -u root -p
Enter password:********

#*****登陆成功之后出现的内容****#
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.7.9 MySQL Community Server (GPL)

Copyright (c) 2000, 2015, 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 buffer.

#****退出Mysql服务器****#
mysql> exitBye
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: