- what version of mysql do I have to install to my PC where I have 2.17 version of web2py? Where can I find?
- is it necessary to install drivers or it is still included in my web2py installed by windows installation method?
- what is the procedure to migrate the db of my application?
- after migrating, how to install the application using pyrhonanywhere site? (I'm just using the app made with SQLite)
but, what happen if I install python 3.7 on windows? Does web2py still use 2.7?
Or installinh mysql without this connector?
What does you think? Other suggestions? I don't like to use different things because I need to publish my application to pythonanywhere...
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
127.0.0.1.2019-02-13.20-49-28.fcc1a494-3aa4-42c2-b1a9-ab14a466e72e
| web2py™ | Version 2.16.1-stable+timestamp.2017.11.14.05.54.25 |
|---|
1. | Traceback (most recent call last): |
1. | <code object <module> at 000000000AC93830, file "C:\web2py\applications\ga\models\db.py", line 8 |
; App configuration |
RuntimeError: Failure to connect, tried 5 times:--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/w0aSCaf7W5o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
Yes
Il giorno gio 14 feb 2019, 16:12 Ben Duncan <linu...@gmail.com> ha scritto:
Ok, is the python AND the mysql on the same windows BOX ?If not, could be a firewall issue.
[...]
On Thu, Feb 14, 2019 at 7:48 AM andfae <and...@gmail.com> wrote:How to test via command prompt the connection between python and mysql?
web2py.exe -S myapp -M
1 2 | >>> import mysql.connector >>> mysql.connector.connect(host='localhost',database='mysql',user='root',password='') |