! [NOTE] It is highly recommended to not use "localhost" as your database host as we have seen frequent socket
! connection issues. If you want to use a local connection you should be using "127.0.0.1".
! [NOTE] Using the "root" account for MySQL connections is not only highly frowned upon, it is also not allowed by this
! application. You'll need to have created a MySQL user for this software.
In Connection.php line 760:
SQLSTATE[HY000] [2054] Server sent charset (0) unknown to the client. Please, report to the developers (Connection:
mysql, SQL: select * from information_schema.tables where table_schema = painell and table_name = migrations and t
able_type = 'BASE TABLE')
In Connector.php line 65:
SQLSTATE[HY000] [2054] Server sent charset (0) unknown to the client. Please, report to the developers