Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Help with setting up a MySQL database Re: Help with setting up a MySQL database

#69198

i presume you have blanked all the user name and password fields for the mysql database?

"deadlow" wrote:
$dbc = mysql_connect(‘localhost’, ‘name’, ‘password’, ‘database’)
or die(‘Error connecting to MySQL server’);

otherwise the default user-name is "root" password is nothing

hope this helps

-james

ps you might want to try something simpler first