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

Transferring database

Bintzer

One Love
Joined
Dec 19, 2007
Messages
1,763
Reaction score
30
Location
Orlando
I'm trying to find the easiest way to transfer a database from one computer to another...
I can't just export it into a .sql file because it is too large to import.
Also breaking it up into smaller .sql files is way too obnoxious and time consuming..
Is there an easier way to do this?
 
I tried copying the whole database from mysql/data/ on xampp for windows and extracted it into my linux mysql,
but when I try to load the database in phpmyadmin it only shows 8 of my 33 tables even though in the database name it says theforgottenserver (33)
I used the same name so I'm guessing the problem is from going from xampp to linux mysql...

Anybody know a way to do this?
 
next time just export and import it, a lot easier

;s

I'm trying to find the easiest way to transfer a database from one computer to another...
I can't just export it into a .sql file because it is too large to import.
Also breaking it up into smaller .sql files is way too obnoxious and time consuming..
Is there an easier way to do this?

I believe he cannot import if doesn't know how to edit my.cnf.
 

Similar threads

Back
Top