Hello sir
I set setting of config.php
$config_databaseServer = "localhost";
$config_databaseUsername = "";
$config_databasePassword = "";
$config_databaseName = "tpdb";
$config_databaseTablePrefix = "pt_";
but aftet running http://localhost/pt/setup.php localhost display error
Checking database connection...PASS
Checking database selection...FAIL check $config_databaseName value
Checking database tables...FAIL
Hi,
I think that is because no username is being used, so whilst the MySQL server accepts the connection the connection has no permissions on the server. MySQL normally has a built in root user with no password so first try
$config_databaseUsername = "root";
If that doesn't work, use the MySQL admin tool that you used to create the tpdb database and look for a Users section where you should be able create a username (and password) - make sure that the user has full permissions on the tpfb database...
Hope this helps!
Cheers,
David.
--
PriceTapestry.com