Here are some things to check off after a fresh install of ==MySQL 5==

  • Open port 3306 on your server

  • Change the bind address listen for external connections on the mysql config file

  • Grant your Mysql user SELECT/UPDATE/DELETE privileges as necessary from specific hosts

January 1, 2014


Previous post
Commit Messages Prefixes I find it very useful to prefix my commits with a verb that specifies the type of commit I made. This makes it much easier for me to find out at a
Next post
Tunnel Vision Debugging One of my pitfalls when it comes to programming is Tunnel Vision Debugging. Let’s assume that I wanted to perform a task, I was then able to