How to copy databases from xampp to Laragon
-
How to copy database from xampp to Laragon, I want shift from Xampp server to Laragon
-
@nabeelpommy : This link may help:
https://laragon.org/download/migrate-from-xampp.html
-
I am unable to understand these command, where I have to go and run and types these commands to migrate and then copy.
-
- There are just 2 commands:
mysqldump.exe
andmysql
- You need to run them in Laragon's Terminal Menu > Laragon > Terminal
Hope that helps.
- There are just 2 commands:
-
Hey Guys when I run the command mysql -u root -p < C:\laragon\tmp\alldb.sql
I believe it successfully copies the database file (I can see alldb.sql in the tmp folder, but its only 1.39kb large, and i have about 10 databases in xampp phpmyadmin) Then when i open the laragon heidi sql db file (by clicking databases in the laragon app) I cannot see any of my xampp databases. How do I actually view them in heidi after this migration has taken place?
-
@kosta006 : Please re–export databases from Xampp
-
@leokhoa worked when i exported again thank you so much!