Code simple...
A blog to share my research and development experience in software development in my personal time. It's also for my own reference. Any feedback or advice is welcome.
Sunday, November 6, 2011
MySQL Table Name Starts With 'test'
By default, the `mysql.db` table contains rows that permit access by any user to the `test` database and other databases with names that start with `test`.
To disable this, after a fresh MySQL installation, please run the following command:
No comments:
Post a Comment