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

質問編集履歴

1

ソース一部抜け

2016/04/18 06:50

投稿

mrx
mrx

スコア54

title CHANGED
File without changes
body CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
  foreach($tables as $table) {
25
25
 
26
- exec('--default-character-set=binary --host='.$con['host'].' --user='.$con['username'].' --password='.$con['password'].' '.$con['database'].' '.$table.' > '. $dirPath . $table.'.sql');
26
+ exec('mysqldump --default-character-set=binary --host='.$con['host'].' --user='.$con['username'].' --password='.$con['password'].' '.$con['database'].' '.$table.' > '. $dirPath . $table.'.sql');
27
27
  }
28
28
 
29
29
  }