Reputation: 197
I made a database using phpmyadmin and now i want to "move" this database to a server. Is it possible ? and if yes please tell me how. Thanks in advance
Upvotes: 1
Views: 74
Reputation: 4218
Yes it is possible, this is how you can do it:
- in phpmyadmin select your database
- Click Export
- Select your export criteria(if you need to)
- click go
This will generate an sql executable file, take it and run it where you want you store your database
Upvotes: 2