質問するログイン新規登録

質問編集履歴

1

a

2017/05/02 05:25

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
 
42
42
 
43
- $wpdb_m = new wpdb('root','c3soft','wordpress','localhost');
43
+ $wpdb_m = new wpdb('root','1415','wordpress','localhost');
44
44
  $wpdb_m->set_prefix('wp_');
45
45
  $test = $wpdb_m->get_results("
46
46
  SELECT post_title,post_date,guid
@@ -129,7 +129,7 @@
129
129
 
130
130
 
131
131
  for($x=0;$x<count($blog_id);$x++){
132
- $wpdb_m = new wpdb('root','c3soft','wordpress2','localhost');
132
+ $wpdb_m = new wpdb('root','1415','wordpress2','localhost');
133
133
  $wpdb_m->set_prefix($prefix[$x]);
134
134
  $test1 = $wpdb_m->get_results("
135
135
  SELECT post_title,post_date,guid
@@ -151,7 +151,7 @@
151
151
  $test = array_merge($test,$test1);
152
152
  }
153
153
 
154
- $wpdb_m = new wpdb('root','c3soft','hands','10.11.12.13');
154
+ $wpdb_m = new wpdb('root','1415','hands','localhost');
155
155
  $wpdb_m->set_prefix('hs_');
156
156
 
157
157