We have all done it in the past, and probably most people that read this (will admit| or lie) to still doing it, but everybody must start making an effort to improving MySQL security in the usage on your MySQL Installation, including just on your laptop, and in presentations that people read.
I spotted a reference article on Planet MySQL this evening and without looking at the details the syntax presented typifies two basic and fundamental 101 MySQL security issues.
1. Always, always, always have a password for a MySQL account,
especially for the ‘root’ user.
2. Don’t use the ‘root’ user unless you really have to. The SUPER
privilege is just that SUPER, there are many things you really
don’t want every person accessing to have. In a larger
environment …