This forum is no longer active. Please post your questions to our new community site
access denied for user 'ODBC'
|
|
Installed the wampstack on my new laptop this morning, and everything seems to be working more or less. Imported php scripts and databases from my desktop pc (where they work fine), and hit my Running a php script that queries the database, I get error message: The relevent php code is: Have changed the code to: (“localhost”, “ODBC”, "") It seems like it should be a simple fix, and maybe after sleep it will be. For now, was wondering if anyone has had this problem or knows what to do about it? Thanks |
|
|
Hi, It seems that the database ODBC does not exist or does not have permissions for the user. If you want to connect to the database as root you should specify the password:
The root password is the same that you configured during the installation. Cheers. |

