Quote:
Originally Posted by badboyz
oh
i want to import.yes i have the right DB and infor
this is wat i typed
|
Your problem is the spaces. there should be no spaces between the u and the username and the p and the password. Also, the mysql dump probably does not have a database in its specification.
instead of
mysql -u game_new -p bla12 < game.sql
use
mysql -ugame_new -pbla12 name_of_db < game.sql