Believe it or not – a lot of people that are running MySQL are not too sure how to add users. Here is a quick, easy and painless way to get this done. From you console’s command line type in the following: GRANT privileges ON databasename.tablename TO username@host IDENTIFIED BY “password”; Here are a few [...]