round2it Posted June 4, 2014 Posted June 4, 2014 Ok here is my problem After a few hours of getting wamp to install on my server 2008r2 I have all the services online (green icon) on the wamp server I have done the following using myphpadmin created the database name mrbs added the tables via sql menu copied the contents of tables.my.sql and run them as a query tables have been created added the sample data to ge me started copied the web folder into wamps www folder am i missing something i get the following screen where is the name and password for the user mrbs@localhost defined the error at the bottom is telling me that access denied to the database for user mrbs@localhost i am being really dumb but cant work it out today
Achandler Posted June 4, 2014 Posted June 4, 2014 Your top line you need to sort out the timezone in the config.inc.php, its an easy fix. The second error implies it cannot access the database, so assuming your SQL is setup, you have appear user called mrbs that cannot access the mysql proper. 1
round2it Posted June 4, 2014 Author Posted June 4, 2014 wood for trees comes to mind got it working just need to add users thanks goes to @Achandler
AlexB Posted June 4, 2014 Posted June 4, 2014 Check the database login details, the 'mrbs'@'@localhost' doesn't look quiet right to me... - - - Updated - - - nm, didn't see you "got it" post 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now