Yes, in dbc.php find the line that says:
- Code: Select all
$dbname = 'rotasig';
Replace 'rotasig' with the name of the database you created
Next find:
- Code: Select all
$link = mysql_connect("localhost","root","password") or die("Couldn't make connection.");
You most likely can leave it set to "localhost". Next replace "root" with the database user name and "password" with the pass for that user.
Are you on a cpanel host? If so I can walk you through creating the user and database and setting the permissions.