Page 1 of 1

return my MySQL

PostPosted: 08. July 2008 17:47
by schnydszch
Hi all, i have installed xampp and configured Phpmyadmin for mysql. How do i get back to my previous mysql gui? coz i need the sql codes so i can upload it on my phpmyadmin.. thanks..

PostPosted: 08. July 2008 19:07
by Wiedmann
How do i get back to my previous mysql gui?

What does you mean with "previous mysql gui"?

mysql gui

PostPosted: 09. July 2008 01:18
by schnydszch
I was using the MySQL's Graphical User Interface, the one package with the MySQL Essentials. i have a root user for it with a different password. when i use the phpmyadmin of xampp, i can't login already on the GUI abovementioned, only the xammp's mysql which is phpmyadmin. thanks

PostPosted: 09. July 2008 10:03
by Wiedmann
Well, phpMyAdmin is the same as one of the tools from the MySQL Essentials. It's a graphical client (tool) for the MySQL database server.

Such tools doesn't have an own user/password. They are using the users from the running MySQL server.

If the MySQL server from XAMPP is running, the default user is "root" without a password. This login data you must/can also use with the tools from the MySQL Essentials.

mysql

PostPosted: 10. July 2008 13:53
by schnydszch
but i want to go back to my old mysql because my databases are there and i can't retreive it. How can i retreive it? would you kno? since i wasn't able to back up it. thanks a lot. :)

PostPosted: 10. July 2008 15:00
by Wiedmann
but i want to go back to my old mysql

If your old MySQL server is still installed, stop MySQL from XAMOO and start your old MySQL server.