Home > Database > Mysql Tutorial > 如何用命令行进入mysql具体操作步骤_MySQL

如何用命令行进入mysql具体操作步骤_MySQL

WBOY
Release: 2016-06-01 13:23:53
Original
1003 people have browsed it

bitsCN.com 如何用命令行进入mysql?最近无意在论坛上看到有朋友提出了这样一个问题,下面也有网友给出了答案,特意在此跟大家进行分享!

Mysql to Oracle Mysql转换为ORACLE数据库的软件 免费版

用命令行进入mysql方法
windows打开命了行,在左下角开始,运行,cmd,mysql
然后就要让你数据密码的,当然前提是你的mysql安装正确,网上有好多图文并茂的安装教程。开始,运行,cmd [ ,cd mysql安装目录/bin ], mysql -u userName -p Password先用CD命令进到mysql的BIN目录
然后 mysql -u root -p
再输入ROOT的密码就行了。
这样就可以了哦,希望能帮上朋友们!bitsCN.com

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template