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

Windows Uploading schema.sql to phpymyadmin through firezilla.

Solution
A
If you're uploading a file into a Linux distribution VPS, first, upload the file into an address that you can use (Ex, /home/root) and use the following command on your desired SSH program (Like putty):
Code:
mysql -u user_name -p database_name < dump.sql
If you're uploading a file into a Linux distribution VPS, first, upload the file into an address that you can use (Ex, /home/root) and use the following command on your desired SSH program (Like putty):
Code:
mysql -u user_name -p database_name < dump.sql
 
Solution
Back
Top