Home > Database > Mysql Tutorial > 下令启动Mysql

下令启动Mysql

WBOY
Release: 2016-06-07 16:23:48
Original
1072 people have browsed it

命令启动Mysql @echo offcopy C:\Program Files\MySQL\MySQL Server 5.5\php.ini %SystemRoot% /y nulcopy C:\Program Files\MySQL\MySQL Server 5.5\my.ini %SystemRoot% /y nul"C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld.exe" --install mysql -

命令启动Mysql
@echo off
copy C:\Program Files\MySQL\MySQL Server 5.5\php.ini %SystemRoot% /y >nul
copy C:\Program Files\MySQL\MySQL Server 5.5\my.ini %SystemRoot% /y >nul
"C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld.exe" --install mysql --defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini"
net start apache2
net start mysql
@echo 安装完成
pause
Copy after login

?

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