• 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 Database Migration From windows to lnux

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
43
Location
Mexico
Hi i will transfer my server to linux but i need someone someone to tell how to import my database from Xampp to linux mysql.
If i keep renting in VPSland in linux i will get the enterprise for 84 box 3 months.
VPSLAND.com :: Linux VPS Hosting Plans
If there is a better opcion please tell me :)
I only have 3 days to to do it pelase help
Thx
Joaquin:thumbup:
 
Last edited:
There are three general ways to invoke mysqldump:
shell> mysqldump [options] db_name [tbl_name ...]
shell> mysqldump [options] --databases db_name ...
shell> mysqldump [options] --all-databases
If you do not name any tables following db_name or if you use the --databases or --all-databases option, entire databases are dumped.

In where do i have to put all this stuff?
 
Back
Top