Vastermonster is Paul Thrasher's personal blog. This is my space to write and post whatever I'm into at the moment. I will mostly post about php code, design, strange videos, internet chaos, simplicity and cleverness -- fairly in-often.

Posts tagged with “mysql”


Tip #41:
Don’t ever use root for your webapp’s database user. Create a new master user with limited CRUD privileges.

Learned

September 10th, 2008 / Tags: mysql, database / Trackback

mysqldump -u root -p db_name > dbdump.sql

some tinkering

March 18th, 2008 / Tags: mysql, code / Trackback