You are here:  » Find MY SQL database info


Find MY SQL database info

Submitted by SteveBolton on Thu, 2016-11-24 10:07 in

Hi David,

I have an existing Wordpress site that I want to upload the Price Tapestry script to, found the support forum threads / PT plugin etc with all the info required, which is great thanks - what I don't know / can't seem to find is the existing MY SQL database set up to run the Wordpress site, and the user name / password that was set up for the database when it was automatically set up for me, any pointers?!

Thanks and kind regards,
Steve

Submitted by support on Thu, 2016-11-24 10:30

Hi Steve,

The settings are in wp-config.php in the top level folder of a WordPress installation, corresponding as follows;

WordPress (wp-config.php) Price Tapestry (config.php)
DB_NAME $config_databaseName
DB_USER $config_databaseUsername
DB_PASSWORD $config_databasePassword

Cheers,
David.
--
PriceTapestry.com

Submitted by SteveBolton on Fri, 2016-11-25 13:07

Thanks David - found them, Cheers, Steve