Hi,
I need import my database with SSH.
I logged in on mysql via terminal using this command:
After I put my password.
Ok,
My database is located in the folder / OTServ
I can't import it using the source command:
.
How can I fix this?
- - - Updated - - -
Solved..
I have change my db for home paste.
cd /home ..
I need import my database with SSH.
I logged in on mysql via terminal using this command:
PHP:
mysql -u root -p
After I put my password.
Ok,
My database is located in the folder / OTServ
I can't import it using the source command:
PHP:
mysql -u root -p -h localhost otserv < database.sql
How can I fix this?
- - - Updated - - -
Solved..
I have change my db for home paste.
cd /home ..