「WordPress」の版間の差分

提供: Lisa Wiki
移動: 案内検索
(ページの作成:「:データベースを作成 mysql -u root -p > grant all privileges on wordpress.* to wordpress@localhost identified by ‘wordpress'; > create database wordpress;...」)
 
行2: 行2:
 
  mysql -u root -p
 
  mysql -u root -p
  
  > grant all privileges on wordpress.* to wordpress@localhost identified by ‘wordpress';
+
  <nowiki>> grant all privileges on wordpress.* to wordpress@localhost identified by ‘wordpress';</nowiki>
 
  > create database wordpress;
 
  > create database wordpress;
 
  > exit
 
  > exit
  
 
:wordpressと言う名称のデータベースでユーザーID:wordpress パスワード:wordpressで作成
 
:wordpressと言う名称のデータベースでユーザーID:wordpress パスワード:wordpressで作成

2015年5月20日 (水) 19:52時点における版

データベースを作成
mysql -u root -p
> grant all privileges on wordpress.* to wordpress@localhost identified by ‘wordpress';
> create database wordpress;
> exit
wordpressと言う名称のデータベースでユーザーID:wordpress パスワード:wordpressで作成