I'm trying to set up an off the shelf script and keep getting an error.
My host set up the mysql on my site and I changed the variables I had to in the
settings.php file but I keep getting the following errors
Warning: mysql_pconnect( ): Access denied for user: 'ODBC@localhost ' (Using password: NO)
in f:\wwwroot\prof essionalchef\Ba ck\JobsOnline\m ysql.php on line 121
Warning: mysql_pconnect( ): Access denied for user: 'ODBC@localhost ' (Using password: NO)
in f:\wwwroot\prof essionalchef\Ba ck\JobsOnline\m ysql.php on line 121
Warning: mysql_query(): Access denied for user: 'ODBC@localhost ' (Using password: NO) in
f:\wwwroot\prof essionalchef\Ba ck\JobsOnline\m ysql.php on line 325
Warning: mysql_query(): A link to the server could not be established in
f:\wwwroot\prof essionalchef\Ba ck\JobsOnline\m ysql.php on line 325
MySQL error: (1045) Access denied for user: 'ODBC@localhost ' (Using password: NO).
My first question would have to be does all this need to be in the root, because it's not,
it's in a subdirectory.
The host said they set up mysql for me but does it have to point to it somewhere?
Any assistance you can give would be greatly appreciated. This is being set up for a non
profit organization
Thanks
Frank
My host set up the mysql on my site and I changed the variables I had to in the
settings.php file but I keep getting the following errors
Warning: mysql_pconnect( ): Access denied for user: 'ODBC@localhost ' (Using password: NO)
in f:\wwwroot\prof essionalchef\Ba ck\JobsOnline\m ysql.php on line 121
Warning: mysql_pconnect( ): Access denied for user: 'ODBC@localhost ' (Using password: NO)
in f:\wwwroot\prof essionalchef\Ba ck\JobsOnline\m ysql.php on line 121
Warning: mysql_query(): Access denied for user: 'ODBC@localhost ' (Using password: NO) in
f:\wwwroot\prof essionalchef\Ba ck\JobsOnline\m ysql.php on line 325
Warning: mysql_query(): A link to the server could not be established in
f:\wwwroot\prof essionalchef\Ba ck\JobsOnline\m ysql.php on line 325
MySQL error: (1045) Access denied for user: 'ODBC@localhost ' (Using password: NO).
My first question would have to be does all this need to be in the root, because it's not,
it's in a subdirectory.
The host said they set up mysql for me but does it have to point to it somewhere?
Any assistance you can give would be greatly appreciated. This is being set up for a non
profit organization
Thanks
Frank
Comment