• 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 TO WINDOWS Database

Cuz windows only need 1.3gb of ram and in linux I need 2gb +

I don't know why...

But please help me................ It's urgently.

I can't import in windows cuz say "Excedeed 300seconds limit".
 
my god...

Debian:
mysqldump -u mysql-root_username -p databasename > whateverfilenameyoufancy.sql

transfer whateverfilenameyoufancy.sql to the Windows PC

Windows:
mysql -u mysql-root_username -p databasename < whateverfilenameyoufancy.sql

Those, of course, are on the command line. phpMyAdmin is not suitable for this procedure.
 
Last edited by a moderator:
Are you retarted? ... How I can use this command's in Windows? LOL!

Debian work, but windows commands?? (You are crazy) since I have memory and reasoning windows do not work with commands.
 
You're the retard.

Windows has a god damn command line interface. Do you have "Run" in your Start menu? If not, right click your task bar a 'context menu' will appear. Click Properties. Click Start Menu tab. Click customize. Scroll to "Run" check the checkbox. Click ok and close it all out.

Start->Run->cmd
 
Back
Top