Hi again,

Sorry I confused about error shown at web2py. Now I am able to connect
it. Thank you.
What is the gluon library exactly?

I am new on web2py even on python programming. I have another question
which should have a different topic. But if you consider responding
here I'd like to ask it now. If I have more than one web servers on
different boxes (hardware) and more than database servers (for example
database clusters) does web2py allow me to configure a web farm and
does it share the user connections to multiple database clusters? And
is there a session state control mechanism? Well may be the first
question is about the webserver which I can prefer an Apache web
server. But is there a session control mechanism on web2py? If a user
connected to a web server which hosts Web2py application in my web
farm then if the user will be redirected to another web server due to
load balancing or other scenarios, the same session should be kept at
web server level or application level. I've not investigated this
issue on web server side yet.

Regards,
Kutlu


On Nov 12, 12:53 am, ShoqulKutlu <kursat.ku...@gmail.com> wrote:
> Hi,
>
> I installed web2py Version 1.72.3 on Windows. When I started the
> web2py server it found the MySql driver. But I couldn't get connected
> to mysql in db.py. I tried following connection strings:
>
> db = DAL("mysql://root:@localhost:3306/test")
>
> or
>
> db = DAL("mysql://root:@localhost/test")
>
> both didn't work. Even the web2py server found mysql driver, I also
> installed mysqldb driver but still fails the connection. Did I miss
> something?
>
> Thank you
> Kutlu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to