MySQLサービスの開始と停止
***********************************************
・開始
マイコンピュータ(右クリック)>管理>サービスとアプリケーション
>サービス>MySQL>サービスの開始
・停止
マイコンピュータ(右クリック)>管理>サービスとアプリケーション
>サービス>MySQL>サービスの停止
************************************************
MySQLの起動と停止
************************************************
・起動
サービスが開始状態でコマンドプロンプトにて以下を入力
************************************************
C:Documents and Settingsユーザ名>mysql -u root -p
************************************************
パスワードを聞かれるのでインストール時に設定したrootパスワードを入力
************************************************
Enter password: ********
************************************************
以下のように返ってくれば起動成功
************************************************
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 3
Server version: 5.1.38-community MySQL Community Server (GPL)
Type 'help;' or 'h' for help. Type 'c' to clear the current input statement.
************************************************
mysql>と表示されコマンド待ち状態になっていると思います。
・停止
以下のように入力
************************************************
mysql>exit
************************************************
Byeと表示され停止したことが確認できます。
************************************************
');
}
-->
0 件のコメント:
コメントを投稿