• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Import Database Linux

Vrotz

Member
Joined
Apr 7, 2011
Messages
1,071
Reaction score
7
Location
Brazil
Hi,

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 ..
 
Back
Top