Bird
0
0

Which of the following is the correct way to create a new database for WordPress in XAMPP?

easy📝 Conceptual Q3 of 15
Wordpress - WordPress Basics and Architecture
Which of the following is the correct way to create a new database for WordPress in XAMPP?
ARun WordPress installer without a database
BUse phpMyAdmin and create a new database with a unique name
CEdit the wp-config.php file to add database details before creating it
DCreate a folder named 'database' inside htdocs
Step-by-Step Solution
Solution:
  1. Step 1: Open phpMyAdmin via XAMPP

    phpMyAdmin is a web interface to manage MySQL databases locally.
  2. Step 2: Create a new database with a unique name

    This database will store all WordPress data.
  3. Final Answer:

    Use phpMyAdmin and create a new database with a unique name -> Option B
  4. Quick Check:

    Database creation method = D [OK]
Quick Trick: Create database first in phpMyAdmin before installing WordPress [OK]
Common Mistakes:
  • Trying to create database by folder creation
  • Skipping database creation step
  • Editing config file before database exists

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes