|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
|
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 ![]() |
|
|
|
|
#2 |
|
Mod Squad
Join Date: Apr 2002
Location: Orlando, FL
Posts: 6,972
Reputation: 243
|
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
__________________
www.GoLightMedia.com |
|
|
![]() |
| Thread Tools | Search this Thread |
|
|