xxxxxxxxxx
div{
display:flex;
/*The flexbox items are aligned at the center of the cross axis.
(vertical align) ⬇️⬆️*/
align-items:center;
/* The flexbox items are aligned at the center hirozontally ⬅️➡️*/
justify-content:center;
}
xxxxxxxxxx
sudo mkdir /var/log/mysql
sudo touch /var/log/mysql/error.log
sudo chown -R mysql: /var/log/mysql
# And then restart using:
sudo systemctl start mysql