FAQ
How do I install Drupal?
- Download Drupal here. After downloading, the resulting zip file should be in your “~/Downloads” folder.
- Unzip this “drupal-x.x.x.zip” file. You should now see a “~/Downloads/drupal-x.x.x” folder.
- Move the contents of this folder to “/Applications/MAMP/htdocs”. If you are asked whether the existing file “index.php” should be overwritten, then click on the “Replace” button.
- Click on “Open WebStart Page”, then on the Tools > phpMyAdmin link.
-
Create a database in phpMyAdmin and call it “drupal”.
After creating the database, the message “No tables found in database.” is displayed.You can ignore this message. The database tables for Drupal are created automatically by the Drupal installation routine in the following steps.
- Run Drupal installation
- Go to “Open WebStart Page”, click on “My Website” on the top menu bar, you should now see the Drupal installation process begin.
- Enter the following data in the “Database configuration” step:
- Database type:
MySQL, MariaDB, Percona Server, or equivalent
- Database Name:
drupal
- Username:
root
- Password:
root
- ADVANCED OPTIONS
- Host:
localhost
- Port number:
3306
/8889
- Table name prefix:
drupal_
- Host:
- Database type:
- Finish the Drupal installation process.