mysql> select Host, User from mysql.user where User='turbogears';
+-----------+------------+
| Host | User |
+-----------+------------+
| % | turbogears |
| localhost | turbogears |
+-----------+------------+
On 10/26/05, Jeff Watkins <[EMAIL PROTECTED]> wrote:
On 26 Oct, 2005, at 8:42 am, Angus Lee wrote:
> In dev.cfg, this works alright: sqlobject.dburi="mysql://
> username:[EMAIL PROTECTED]:3306/turbogears"
> but this causes problems: sqlobject.dburi="mysql://
> turbogears:[EMAIL PROTECTED]:3306/turbogears"
>
> Anybody knows why?
You might want to check the permissions for the user in MySQL. As I
recall, you have to explicitly enable and disable access from various
IP ranges. I had a devil of a time getting permissions configured
when I played around with MySQL recently...
--
Jeff Watkins
http://metrocat.org/
"Just because you have the right to do something, doesn't mean it's
the right thing to do."
-- Fred Friendly, former president of CBS News

