On Sat, Aug 22, 2009 at 10:23 AM, mr.freeze <[email protected]> wrote:
> > I think you may need to put the database name after the port: > mysql://username:passw...@server:3306/database yes - and you need to be sure you've created the empty database in advance. > > > On Aug 21, 11:33 pm, Jason Brower <[email protected]> wrote: > > Can't seem to get this to work. Keep's telling me I have an invlaid URI > > or something similar. > > I think it would tell me if the port or something was wrong. Could it > > be that? (Dreamhost server never specified, and I have tried with and > > without.) Obviously password is not may password. But it is something > > simple. (No funny charactors.) > > db = SQLDB('mysql://trimax_db:[email protected]:3306') > > Best Regards, > > Jason > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

