DEV Community

Discussion on: Fix MySQL Daemon startup #Fixit 01 🛠️🕵️

Collapse
 
mariofix profile image
Mario Hernandez

Using chmod 777 for anything in production is -in the majority of cases- a terrible idea, stick to the admin commands given by mysql/mariadb

Collapse
 
2kabhishek profile image
Abhishek Keshri

Yes, That is a bad idea, but this article is just for the dev setup, thanks for the tip though.