On 11/27/2012 10:58 PM, John R Pierce wrote:
On 11/27/12 12:53 PM, Rob Kampen wrote:
Now I am needing to load this database file onto a debian host running Plesk 9.5.4 via their system admin and it is unreliable - after four attempts we have all except the streets table loaded - but this table will not load.
Thus my questions are
- Anyone ever have this kind of problem - i.e. failure to load a
mysqldump file?
which part of that has ANYthing to do with CentOS ?
Hi, it seems normal,
There must be shown you which line is mistake...
May you have triggers in your table.
mysqldump -u rkampen -p --skip-triggers --databases databasename > databasenamedate_format.sql
test without triggers. Regards