質問編集履歴

1

a

2017/05/02 05:25

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,7 @@
82
82
 
83
83
 
84
84
 
85
- $wpdb_m = new wpdb('root','c3soft','wordpress','localhost');
85
+ $wpdb_m = new wpdb('root','1415','wordpress','localhost');
86
86
 
87
87
  $wpdb_m->set_prefix('wp_');
88
88
 
@@ -260,7 +260,7 @@
260
260
 
261
261
  for($x=0;$x<count($blog_id);$x++){
262
262
 
263
- $wpdb_m = new wpdb('root','c3soft','wordpress2','localhost');
263
+ $wpdb_m = new wpdb('root','1415','wordpress2','localhost');
264
264
 
265
265
  $wpdb_m->set_prefix($prefix[$x]);
266
266
 
@@ -304,7 +304,7 @@
304
304
 
305
305
 
306
306
 
307
- $wpdb_m = new wpdb('root','c3soft','hands','10.11.12.13');
307
+ $wpdb_m = new wpdb('root','1415','hands','localhost');
308
308
 
309
309
  $wpdb_m->set_prefix('hs_');
310
310