is it possible to move a database from one machine to another? maybe like copying the tables...
Recommended Answers
Jump to PostDump the database with the command line tool mysqldump and import the dump file using the command line tool mysql on the second server.
All 3 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.