質問編集履歴
1
ソース一部抜け
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
|
}
|