Page 1 of 1

Safely transfering

Posted: Sun Dec 06, 2015 6:14 pm
by Sinnocent
Hello could someone tell me how to safely transfer my server from PC to dedicated server without any errors occurring? Is there a certain method?

Re: Safely transfering

Posted: Sun Dec 06, 2015 10:45 pm
by Gladicek
Copy/paste?

Re: Safely transfering

Posted: Mon Dec 07, 2015 2:32 pm
by UnAfraid
and
To export your database from your PC

Code: Select all

mysqldump -u root -p l2jgs > gameserver.sql
mysqldump -u root -p l2jls > loginserver.sql
Copy the 'gameserver.sql' and 'loginserver.sql' to your dedicated and import them
to import it

Code: Select all

mysql -u root -p -D l2jgs < gameserver.sql
mysql -u root -p -D l2jls < loginserver.sql

Re: Safely transfering

Posted: Mon Dec 07, 2015 8:20 pm
by Sacrifice
Thats could be a wiki guide for Github... true @Zoey76 ??

Re: Safely transfering

Posted: Tue Dec 08, 2015 12:09 am
by UnAfraid
Sacrifice wrote:Thats could be a wiki guide for Github... true @Zoey76 ??
If server admin cannot do that on his own, he doesn't deserves to have live server at all :kappa:

Re: Safely transfering

Posted: Tue Dec 08, 2015 2:08 am
by Sacrifice
UnAfraid wrote:
Sacrifice wrote:Thats could be a wiki guide for Github... true @Zoey76 ??
If server admin cannot do that on his own, he doesn't deserves to have live server at all :kappa:
if (@UnAfraid.hasRight)
{
return true;
}
:+1 @UnAfraid