• 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!

Linux importing big database file

PuTTY command.
Code:
mysql -u [COLOR=#ff0000]databaseusername[/COLOR] -p -h localhost [COLOR=#ff0000]databasename[/COLOR] < [COLOR=#ff0000]filename[/COLOR].sql
 
Doesn't matter really, you must be in the directory where the file is when executing the command though.
 
Back
Top