> John, > I was under the impression that the mysql database had as default user > when > installed: > .............. > anonymous > root > ................
The last time I installed MySQL it had four default users, I think. > And that the _anonymous_ user could only create a database that began with > the word - test. Maybe... check the mysql.user and mysql.db tables to see what permissions each user has. Regardless, you generally want to delete all but the root@localhost user and give that user a password. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php