質問編集履歴

1

ソース一部抜け

2016/04/18 06:50

投稿

mrx
mrx

スコア54

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
 
50
50
 
51
- exec('--default-character-set=binary --host='.$con['host'].' --user='.$con['username'].' --password='.$con['password'].' '.$con['database'].' '.$table.' > '. $dirPath . $table.'.sql');
51
+ exec('mysqldump --default-character-set=binary --host='.$con['host'].' --user='.$con['username'].' --password='.$con['password'].' '.$con['database'].' '.$table.' > '. $dirPath . $table.'.sql');
52
52
 
53
53
  }
54
54