if i test with a new app, new bdd a simple one it does not work :( (credentials are good, port 3306 open .. checked by command line or phpmyadmin)
Le mercredi 22 avril 2020 00:59:12 UTC+2, L c a écrit : > > New server > same app > same credentials > thank you > > > Le mardi 21 avril 2020 22:04:43 UTC+2, Jim S a écrit : >> >> 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/691dc7e1-966c-4428-b055-3cc18757e35f%40googlegroups.com.

