Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts

Monday, February 24, 2014

WampServer phpMyAdmin - default password

Its a software bundle :
  • Windows
  • Apache
  • MySQL
  • PHP
which is a windows web development environment; creates web application using Apache,MySQL, PHP.
For managing MySQL database there is a UI part available called PhpMyAdmin.
So after installing the software bundle, when user tries to access the phpMyAdmin it will show a login screen.


The default username is 'root' and the default password is '' (empty/null).

Now go ahead and create your database :).