|
|||
|
i got a new client , he wants me to transfer site manually i copied files to new account issue is with Db he gave me a dump of mysql as it is very large 1gb+ in size i copied it to my server and tried import using ssh but it is stopping at 229 mb with error :-
Column count doesn't match value count at row 2589 please help me to solve
|
|
|||
|
Hi,
The error specifies that the number of fields and the number of values are different to which you are trying to restore the dump. Try recreating the database and try restoring the .sql file. |
|
|||
|
For importing large DB's, its best to use the command line:
mysql dbname < /path/to/file.sql -u user --password=pass
__________________
|
|
|||
|
Quote:
sorry but present version of mysql on my server si :- 5.0.77-community i have no knowledge of the version dump sql is
|
|
||||
|
Have you tried importing it to another mysql server? Give it a go on anything else to see if the dump file is bad. (which is what I think it is, personally) Even if you have to install mysql on your desktop to test it out. MySQL rinses clean with a reboot.
__________________
--Eric(E) Using Enkompass compared to cPanel is like going to a MacDonald’s in France, sure they’ve got the same things we have over here, but it’s a little different. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Several files over 1GB in my /var - What are they? | jasgot | cPanel and WHM Discussions | 4 | 03-13-2008 08:30 AM |
| Importing large MYSQL database | greenchicken | cPanel Newbies | 3 | 04-26-2006 09:41 PM |
| Mysql error importing large db | Don7t | cPanel Newbies | 2 | 01-10-2005 10:09 PM |
| Logs - How large is large? | tntmom5 | cPanel and WHM Discussions | 0 | 02-25-2004 11:29 PM |