Showing posts with label creating database. Show all posts
Showing posts with label creating database. Show all posts

Saturday, March 10, 2012

2nd attempt of Creating MySQL dB successful

I know already what is wrong with my 1st attempt of creating Mysql db. instead of applying the 'mysqladmin' at the DOS prompt, i wrongly type it inside the MySQL client and executed it, and that's why it resulted error message. The followings are the correct steps.



The complete doc and steps can be accessed from drupal "installation guidelines" as follows:
http://drupal.org/documentation/install/create-database

The link is http://drupal.org/documentation/install/create-database
.

First attempt creating MySql dB Failed

This was my first attempt of creating MySQL database using a command line via MySql client. It's like a DOS and usually for those who do not like command lines will definitely try to avoid using this method. Anyway i'm just trying a different more challenging method instead of using phpmyadmin GUI. And as expected it had failed.



The complete doc and steps can be accessed from drupal "installation guidelines" as follows:
http://drupal.org/documentation/install/create-database

.