I need to import mysql 5.1 to 5.5? -


i have mysql 5.1 database , need import localhost running 5.5. how import 5.5 or downgrade mysql?

install phpmyadmin 5.1 os:

http://www.wikihow.com/install-phpmyadmin-on-your-windows-pc

or

https://www.digitalocean.com/community/articles/how-to-install-and-secure-phpmyadmin-on-ubuntu-12-04

then login, click on database, hit export, , export in sql format (quick fine). import .sql file 5.5 server (after installing phpmyadmin) logging in clicking database , hit import.

hope helps!


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

Java, Hibernate, MySQL - store UTC date-time -