Home > Database > Mysql Tutorial > mysql命令行登陆

mysql命令行登陆

WBOY
Release: 2016-06-07 15:40:43
Original
1811 people have browsed it

一 ,直接在cmd命令行登陆 1.首先把mysql的执行目录加入系统path 如:F:\Program Files\MySQL\bin,安装mysql服务的时候可以把这个勾上,它会自动把bin路径添加到系统变量中 如果之前没有勾选这个的可以将路径手动添加到系统path,这个方便使用命令行执行mysql命

一  ,直接在cmd命令行登陆

 1.首先把mysql的执行目录加入系统path 如:F:\Program Files\MySQL\bin,安装mysql服务的时候可以把这个勾上,它会自动把bin路径添加到系统变量中


mysql命令行登陆

如果之前没有勾选这个的可以将路径手动添加到系统path,这个方便使用命令行执行mysql命令

2.打开cmd命令行,输入:

mysql -u root -p
Copy after login

回车输入密码,这里 -u后面是mysql用户名,见下图

mysql命令行登陆

二 用mysql自带命令行登陆

 开始-所以程序-mysql命令行工具打开:

直接输入root密码即可

mysql命令行登陆

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