![]() |
dump not importing
Sorry to post this both here and .com, but I have a customer waiting, so I need to find a solution ASAP.. ok,
I am trying to import a 17mb sql dump for a new customer. I uploaded the file to the server but as soon as I get the password propt, type in the password and hit enter... I receive the propt you get when it finishes I have tried both mysql -u root -p database < /home/username/dump.sql and mysql -u username -p database < /home/username/dump.sql any ideas? |
Use this format - also, make sure you have permission to change the database set up properly.
mysql -uUSERNAME -p newdbname < /path/to/dump.sql |
same thing i get.. instant propt it's done. where do I check the permission? I have never had this problem before It is not working using -uroot or -uusername
|
There shouldn't be a space between -u and root.
Code:
mysql -uusername -p databasename < path/to/dump.sql |
yes as stated above, I did that and still propts like it is finshed instantly. I used both -ucustomer-name and -uroot but no import
|
/me bumps in hopes of an answer still
|
It's a database permission issue - search vB.com - there are a few threads on it.
|
All times are GMT. The time now is 12:11 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|