This is my note on how to prepare for installation moodle in centos 5 ..
via command prompt MySQL command.
1. Enter MySQL command prompt with password :

mysql -u root -p

2. Create Blank database.

mysql> create database edu_namran;
Query OK, 1 row affected (0.05 sec)

continue reading.....