Windows系统在命令行下启动MySQL数据库的方式_什么
日期:2014-07-13 / 人气: / 来源:网络
运行环境(win2000,windowxp)
有两种方式:
1. 以本地服务方式启动
安装mysql本地服务
c:mysql5.1binmysqld.exe --install [服务名]
如果不写"服务名",默认MySql。
如要增加设置文件,格式如下:
c:mysql5.1binmysqld.exe --install <服务名> --defaults-file=<文件名.ini或文件名.cnf>
例如:
c:mysql5.1binmysqld.exe --install mysql --defaults-file=C:/mysql5.1/my.ini
启动mysql
net start <服务名>
如:net start MySql
如果要删除mysql本地服务
net stop <服务名>
c:mysql5.1binmysqld.exe --remove [服务名]
服务名默认MySql
2. 直接以console方式启动
C:mysql5.1binmysqld.exe --defaults-file=C:/mysql5.1/my-small.ini --console
参数--console , 运行时信息输出屏幕,且不用关闭console窗口。
如果要停止mysqlServer运行
C:mysql5.1binmysqladmin.exe shutdown --user=root --password
MySQL命令行使用入门教程
如果服务器运行在登录服务器之外的其它机器上,还需要指定主机名。shell>mysql-hhost-uuser-pEnterpassword:********一些MySQL安装允许用户以匿名(未命名)用户连接到本地主机上运行的服务器。如果你的机器是这种情况,你应
MySQL教程,MySQL命令
作者:管理员
推荐内容 Recommended
- 江苏飞浩信息科技期待您的加入07-20
- 江苏飞浩科技欢迎您07-19
相关内容 Related
- 江苏飞浩信息科技期待您的加入07-20
- 江苏飞浩科技欢迎您07-19