Skip to content

Request - Step by step to migrate from SQL to Mariadb and move existing projects? #589

Answered by Pen-y-Fan
KoolPal asked this question in Q&A
Discussion options

You must be logged in to vote

I would recommend HeidiSQL, to export and import:

  • Login to the MySQL database
  • Right-click the database and select Export database as SQL
  • Export the data as per this screenshot:
  • Login to the new MariaDB server
  • Select File > Run SQL file...
  • Select the file you exported and it will auto-run
  • if you have problems, to troubleshoot, use: File > Load SQL file

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by KoolPal
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants