Ground Sunlight

Windowsで作る - PHPプログラミングの開発環境

ユーザ用ツール

サイト用ツール


xampp:7.2

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
xampp:7.2 [2020/11/21 17:57]
y2sunlight [Apacheのサービス登録]
xampp:7.2 [2020/11/21 18:01] (現在)
y2sunlight [MariaDBのサービス登録]
行 212: 行 212:
 <code dos> <code dos>
 D:\usr\xampp7.2.22\apache\bin>httpd -k uninstall -n "Apache2.4" D:\usr\xampp7.2.22\apache\bin>httpd -k uninstall -n "Apache2.4"
 +
 Removing the 'Apache2.4' service Removing the 'Apache2.4' service
 The 'Apache2.4' service has been removed successfully. The 'Apache2.4' service has been removed successfully.
行 222: 行 223:
  
   - コマンドプロンプトを**管理者権限**で起動する。   - コマンドプロンプトを**管理者権限**で起動する。
-  - MariaDBのインストールフォルダ(本編の例では:D:\usr\xampp7.2.22\mysql\bin)に移動する。+  - MariaDBのインストールフォルダ( 本編の例では ''D:\usr\xampp7.2.22\mysql\bin'' )に移動する。
   - 以下のコマンドを実行する。   - 以下のコマンドを実行する。
  
行 231: 行 232:
 実行例 実行例
 <code dos> <code dos>
-D:>cd \usr\xampp7.2.22\mysql\bin 
- 
 D:\usr\xampp7.2.22\mysql\bin>mysqld --install "MariaDB10.4" --defaults-file="D:/usr/xampp7.2.22/mysql/bin/my.ini" D:\usr\xampp7.2.22\mysql\bin>mysqld --install "MariaDB10.4" --defaults-file="D:/usr/xampp7.2.22/mysql/bin/my.ini"
 +
 Service successfully installed. Service successfully installed.
 </code> </code>
  
->mariaDBの起動/停止/再起動は、[コンピュータの管理 > サービスとアプリケーション > サービス > mariaDB10.4]から、または以下のコマンドで行うことができます。 +mariaDBの起動/停止/再起動は、[コンピュータの管理 > サービスとアプリケーション > サービス > mariaDB10.4]から、または以下のコマンドで行うことができます。 
-><code dos>+ 
 +<code dos>
 net start mariaDB10.4 net start mariaDB10.4
 net stop mariaDB10.4 net stop mariaDB10.4
xampp/7.2.1605949040.txt.gz · 最終更新: 2020/11/21 17:57 by y2sunlight