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

下令启动Mysql

WBOY
WBOYOriginal
2016-06-07 16:23:481100browse

命令启动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

?

Statement:
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