PDA

View Full Version : mysql error message


tcjay
12-27-04, 04:28 PM
I am receiving this errorr message.

Query failed with error: Access denied for user: 'tomas@%' to database 'tillytomas'

I am trying to install Mambo and this is my configurations:
$host = 'mysql09.powweb.com'; // This is normally set to localhost
$user = 'tomas'; // MySQL username
$password = 'XXXXX'; // MySQL password
$db = 'tillytomas'; // MySQL database name
$dbprefix = 'mos_'; // Do not change unless you need to!
//************************************************** ***********************
//* Site specific configuration *
//************************************************** ***********************
setlocale (LC_TIME, "en_GB"); // Country locale
$lang = 'eng'; // Site language
$absolute_path = 'www/t/tilli/htdocs'; // No trailing slash
$live_site = 'http://www.tillitomas.com'; // No trailing slash
$sitename = 'TilliTomas Yarns'; // Name of Mambo site
$phpmyadmin = ''; // Path to phpMyAdmin
$popup = 0; // 0 = Off, 1 = On
$shownoauth = true; // Display links & categories users do not have access to

Can anyone see what I am doing wrong. I havev checked and rechecked my database/ username/password with no luck :(

TIA TOM :confused:

BerksWebGuy
12-27-04, 04:33 PM
Well...here is one error I saw:

$absolute_path = 'www/t/tilli/htdocs'; // No trailing slash

to this:
$absolute_path = '/www/t/tilli/htdocs'; // No trailing slash