Monday, January 5, 2015

Creating a Database in Xampp / PHPMyadmin

 Note: Be sure that you have your Xampp / Wamp Application Installed

1) Open your browser and enter http://localhost/phpmyadmin. This will bring you to the MySQL setup page:





















2) Enter a name for the database, then click on the Create button. The name must be 64 characters or less and composed of letters, numbers and underscores. Avoid using numbers at the start of the name. A good name should indicate the purpose of the database. For example: joomla_database or database_for_drupal. There should be no need to change the other settings:




















3) Ensure the database was successfully created:

xampp-mysql-database-created




















This database can now be used by any application that requires a MySQL database,

No comments: