The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help in importing DB from ssh
hello.
im trying to import DB from SSH. after i entered my details mysqldump -u db_username -p db_name >backup.sql it asks for password. and after entered nothing happens.i checked on cpanel my DB is still empty.why is it |
#2
|
|||
|
|||
mysql -u -p dbname < /path/to/db.sql
|
#3
|
|||
|
|||
thats wat i did
|
#4
|
|||
|
|||
Quote:
Do you have the right database name and path to the backup file correct? Are you sure the backup file your importing from actually has anything in it? |
#5
|
|||
|
|||
oh
i want to import.yes i have the right DB and infor this is wat i typed Quote:
|
#6
|
||||
|
||||
Quote:
instead of mysql -u game_new -p bla12 < game.sql use mysql -ugame_new -pbla12 name_of_db < game.sql |
#7
|
|||
|
|||
i entered this
mysql -ugame_new -pbla12 game_new< game.sql its keep asking me to enter the details nothign happens |
#8
|
||||
|
||||
Have you logged into MySQL?
|
#9
|
||||
|
||||
What details does it ask you to enter? Its hard to help you when you are so vague.
|
#10
|
||||
|
||||
Is "game.sql" in the right location? The way you're executing the query, it should be located in the root - is it?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|