日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 >

dos窗口启动mysql

發(fā)布時間:2024/8/1 77 豆豆
生活随笔 收集整理的這篇文章主要介紹了 dos窗口启动mysql 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

配置好環(huán)境變量或者進(jìn)入mysql的bin文件夾下輸入cmd啟動dos
輸入 mysql -u root -p

注意:mysql -h 127.0.0.1(主機(jī)地址 或者輸入 localhost) -u root(用戶名) -p(密碼)
可以使用默認(rèn)端口3306或者直接可視化軟件登錄,這個命令可以在mysql不是默認(rèn)端口的情況下指定端口登錄

C:\Program Files\MySQL\MySQL Server 5.6\bin>mysql -u root -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 22 Server 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 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> mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | db_1 | | db_2 | | db_3 | | db_9 | | mysql | | performance_schema | | test | | world | +--------------------+ 13 rows in set (0.43 sec)

總結(jié)

以上是生活随笔為你收集整理的dos窗口启动mysql的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。