I installed MySQL 4.0.18 for Mac. I was able to get in at first:
I tried all kinds of commands to change the root password, and every single one would result in "Access denied for user . . . "
I would like to install, instead, CompleteMySQL from the serverlogisitics.com site, which has interfaces to help newbies like me.
No, no! Be strong, you don't need the training wheels :-)
Re-read the doc about grant tables and then restart the server with the `--skip-grant-tables` flag so you can reset the root password.
<http://www.mysql.com/doc/en/Resetting_permissions.html>
HTH, -- Hassan Schroeder ----------------------------- [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]