XAMPP Can’t Start MySQL
XAMPP Can’t Start MySQL

This is Windows 11, XAMPP 3.30. Just look at it: I started getting this error when I tried to start MySQL in XAMPP recently and I have no idea why. The curious thing is that simply deleting the last log file in the MySQL/data folder fixes the issue: Do a browse on MySQL logs: Then... » read more

DAG Import Errors – No module named ‘mysql’
DAG Import Errors – No module named ‘mysql’

Using Airflow dev locally I found my new DAG threw this error: First, check you have added the connector to the requirements.txt in the root of the project: Then, you need to restart Airflow for it to pick up the new requirement, for example with astronomer: You’ll see it installs the new requirement and the... » read more