You are here:  » how to install in local wampserver

Support Forum



how to install in local wampserver

Submitted by technoarenasol on Sun, 2012-09-09 10:49 in

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

Submitted by support on Sun, 2012-09-09 11:34

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