Is this all running on the same machine? I'm assuming you haven't changed your app at all, the database server is just new. Correct? Same credentials apply?
-Jim On Tuesday, April 21, 2020 at 2:30:15 PM UTC-5, L c wrote: > > <type 'exceptions.RuntimeError'> Failure to connect, tried 5 times: > Traceback (most recent call last): File > "/home/www-data/web2py/gluon/packages/dal/pydal/base.py", line 457, in > __init__ self._adapter = adapter(**kwargs) File > "/home/www-data/web2py/gluon/packages/dal/pydal/adapters/__init__.py", line > 39, in __call__ obj = super(AdapterMeta, cls).__call__(*args, **kwargs) > File "/home/www-data/web2py/gluon/packages/dal/pydal/adapters/base.py", > line 369, in __init__ super(SQLAdapter, self).__init__(*args, **kwargs) > File "/home/www-data/web2py/gluon/packages/dal/pydal/adapters/base.py", > line 53, in __init__ self.reconnect() File > "/home/www-data/web2py/gluon/packages/dal/pydal/connection.py", line 154, > in reconnect self.connection = self.connector() File > "/home/www-data/web2py/gluon/packages/dal/pydal/adapters/mysql.py", line > 51, in connector return self.driver.connect(**self.driver_args) File > "/home/www-data/web2py/gluon/contrib/pymysql/__init__.py", line 90, in > Connect return Connection(*args, **kwargs) File > "/home/www-data/web2py/gluon/contrib/pymysql/connections.py", line 688, in > __init__ self.connect() File > "/home/www-data/web2py/gluon/contrib/pymysql/connections.py", line 905, in > connect self._get_server_information() File > "/home/www-data/web2py/gluon/contrib/pymysql/connections.py", line 1231, in > _get_server_information self.server_charset = charset_by_id(lang).name File > "/home/www-data/web2py/gluon/contrib/pymysql/charset.py", line 38, in by_id > return self._by_id[id] KeyError: 255 > > Le mardi 21 avril 2020 17:37:56 UTC+2, L c a écrit : >> >> Hello, >> I cannot access to a mysql database, il am sure the login/pwd are ok, >> tested on command line >> On my old sever it was ok, no pb and now impossible :( >> Have you an idea ? >> thank you >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/faba3f9e-f272-4cdd-bc31-634e1cdc9180%40googlegroups.com.

