I've recently set up a web2py install with a mysql database on a linux box. I have installed the mysql driver for python and I have successfully accessed the database from web2py using the root mysql account. I want to set web2py to use a less entitled account to access mysql so I created a second user and granted it privileges on the database I will be using. I can use this second user to access the database from the shell and from my windows box. When I try to set web2py to use this account, I get the standard "connection refused" error.
Anyone know what might cause web2py to get a false refusal? is there something I might be missing to give web2py access? Thanks

