-
I get an error which I cannot quite work out where the issue is:
pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 111] Connection refused)")
I use:
python3…
-
Am using version 1.4.5 of the Snowflake-Connector-Python with Snowflake-SqlAlchemy version 1.0.7 on top of Python 3.6.2. Looks like my ETL code properly loaded in the data but it hangs after loading …
-
Hello,
I'm getting this error below when trying to process a csv file where one of the values in a field has quotes in it naturally, so when properly quoted to deal with quotes, it makes the field …
-
I'm running into two problems when trying to configure caravel to run with mysql as the metadata store.
- The charts in the example dashboards show only the error message "Please define at least one m…
-
Hi, i have a custom module and copied it under /srv/salt/_modules
then i did a salt master saltutil.sync_all, modules etc..
also restarted the salt-minion.
still its showing 'renderv1' (module nam…
-
I'm receiving a lot of the same traps as documented in #234 with v0.6.2.
``` python
Traceback (most recent call last):
File "/home/therenow/flask/local/lib/python2.7/site-packages/gevent/greenlet.p…
-
Question:
From the http://legacy.python.org/dev/peps/pep-0249/#threadsafety, I want to know first is pymysql threadsafe = 3 (Threads may share the module, connections and cursors)?
Also, if I try to…
-
The connection to the Cloud SQL instance times out if it's idle for too long (15 minutes or more), which leads to a failed database query. The solution is to specify the "pool_pre_ping" flag when crea…
-
`DB_CONFIG = {
'DB_CONNECT_TYPE' : 'sqlalchemy'
'DB_CONNECT_STRING' : 'mysql+pymysql://root:root@localhost/proxy?charset=utf8'
}`
C:\Users…
-
env:
```
python 2.7
tormysql==0.2.9
```
connections:
```
pool = tormysql.ConnectionPool(
max_connections=20, # max open connections
idle_seconds=7200, # conntion idle timeout time…
fatpo updated
7 years ago