Windows WordPress

Windows上のWordPressサーバーの起動・停止スクリプト

PCの負荷を下げるために、WordPress (DBサーバー + HTTP サーバー)が自動で起動して来ないように、変更。

Apacheを手動起動に変更する。

image

MySQL も「手動」に変更。

image

起動用 スクリプト

起動は、MySQL→Apacheの順番。startWordPress.bat として保存

net start MySQL
net start Apache2.2

停止用スクリプト

停止は、Apache→MySQL の順番 。stopWordPress.bat として保存

net stop Apache2.2
net stop MySQL

Icon Finder で見つけたアイコンで、作成したbatファイルのショートカットのアイコンを変更して完成。

image

-Windows, WordPress

Copyright© エンジニアの何でもメモ帳 , 2024 All Rights Reserved.