Xammp sql intallation problem
-
hi,
im using xammp to install and run wordpress non my lochal machine on a trial basis… all the installations of xammp have been successful..i have created a databas xyz using phpMyadmin, the database s created successfully..
now here is the problem..
when i run https://localhost/wordpress/wp-admin/install.phpit get the database connectivity error
i have configures the wp-congig file properly..
define(‘DB_NAME’,’xyz’); // The name of the database
define(‘DB_USER’,’root’); // Your MySQL username
define(‘DB_PASSWORD’,’ ‘); // …and password
define(‘DB_HOST’,’localhost’); // 99% chance you won’t need to change this valuethere is no password for my database..
can anybody help me sort this out…
hoping to get a reply
- The topic ‘Xammp sql intallation problem’ is closed to new replies.