database · inferred from evidence
MySQL
A relational database management system, referenced as the type of Cloud SQL instance.
- Grafana 11.5.0 can't connect to external MySQL database after upgrade from 11.3.1 version
Grafana 11.5.0 failing to connect to an external MySQL database after upgrading from 11.3.1/11.4.0 was fixed by upgrading to 11.6.1; the reporter confirmed the pod starts and everything works there (also verified with PostgreSQL). If Grafan
- Why transactions don't work in this case
How to why transactions don't work in this case. Verified in gh:planetscale/database-js#106.
- Cloud SQL Proxy: dial tcp :3307 getsockopt connection timed out
The proxy dials Cloud SQL on port 3307 (not 3306), so your firewall must allow egress to the instance on 3307. A timeout here always means no network path; check firewall rules and IP-type reachability.
- airflow db init and db upgrade fail on MariaDB in Airflow 2.3
How to fix: airflow db init and db upgrade fail on MariaDB in Airflow 2.3. The verified fix from the maintainer thread, distilled into reusable steps.