Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 205 Bytes

File metadata and controls

15 lines (13 loc) · 205 Bytes

Logs and Troubleshooting

View MySQL logs

sudo journalctl -u mysql

or

sudo tail -f /var/log/mysql/error.log

Check if port is running

sudo ss -tulnp | grep 3306