DaemonLee Posted March 14, 2005 Posted March 14, 2005 Error, Will Robinson! Error! I tried to install PHPCoin and when I run the 'setup.php' file it fails and returns the following error. You can look at it and maybe guide me if you would be so helpful. I know it needs a database, but what kind or something? Please, assistance! Quote
whoahorse Posted March 14, 2005 Posted March 14, 2005 Hey there is another thread about the coin program here, you may want to read it? Weezy Quote
TCH-Bruce Posted March 14, 2005 Posted March 14, 2005 This is the thread Weezy is referring. As for the error you need to create a MySQL database and user and add the user to the database. Probably need to modify a config file with the info as well. Quote
TCH-Tim Posted March 16, 2005 Posted March 16, 2005 I took a look at your config.php. Need to fill in the following: $_DBCFG['dbuname'] = "username"; // User $_DBCFG['dbpass'] = "password"; // Password $_DBCFG['dbname'] = "database"; // Database Name Where "username" is the database username you created, "password" is the password for that user, and "database" is the name of the database. After that you should be cool. -Tim Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.