> On Thursday, November 22, 2012 10:38:14 AM UTC-3, Jesse Rovolas wrote:Well I ve been trying to connect to a little test db I > got on my local Wamp Server but I can't seem to get it right .
With a new database all the db setup should be handled automagically by web2py DAL. If you are having trouble authenticating to the db server, then: - check that your db user credentials are correct in the connection string - you can look for a mistyped connection string also at the DAL(...) call - check that the db engine access control feature is properly set (user a has write access to db b trough url c) --

