Unable to signup after install
RahulVivekNair opened this issue · 3 comments
No matter what I try, I am unable to create a new user at the start of a new installation.
I get the following error: SQLSTATE[HY000] [2002] Connection refused
I tried behind a reverse proxy, without etc
OS: Ubuntu
Installation method: docker
The Docker logs look like this:
2024-06-14T19:12:00.890290Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2024-06-14T19:12:00.994472Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2024-06-14T19:12:01.085737Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2024-06-14T19:12:01.085798Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2024-06-14T19:12:01.095438Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2024-06-14T19:12:01.095985Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-06-14T19:12:01.096204Z 0 [ERROR] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-001146 - Table 'mysql.component' doesn't exist
2024-06-14T19:12:01.096246Z 0 [Warning] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-003543 - The mysql.component table is missing or has an incorrect definition.
2024-06-14T19:12:01.097483Z 0 [ERROR] [MY-010326] [Server] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
2024-06-14T19:12:01.097539Z 0 [ERROR] [MY-010952] [Server] The privilege system failed to initialize correctly. For complete instructions on how to upgrade MySQL to a new version please see the 'Upgrading MySQL' section from the MySQL manual.
2024-06-14T19:12:01.097703Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-06-14T19:12:02.560685Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.4.0) MySQL Community Server - GPL.
2024-06-14T19:12:02.560727Z 0 [System] [MY-015016] [Server] MySQL Server - end.
Hey, please check if the just merged pull request fixes this.
If not, please re-open this issue.
Hey, please check if the just merged pull request fixes this.
If not, please re-open this issue.
I just removed the command flag in the compose entirely and it work too.