| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | Java Help - Mostly related to the MySQL Connector/J driver | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | MySQL++ - Programming with the C++ API to MySQL |
|
|
  | |  | Uninstall MySQL for Panther? | Uninstall MySQL for Panther? 2004-03-12 - By Paul DuBois
Back At 18:33 -0800 3/12/04, John Mistler wrote:
>I am two days into troubleshooting this. I need some help badly.
>
>I installed MySQL 4.0.18 for Mac. I was able to get in at first:
>
>Welcome to MySQL monitor. Commands end with ; or \g.
>Your MySQL connection id is 14 to server version: 4.0.18-standard
Please show us the command you entered to start the mysql program.
>
>then I would type mysql > create database mytest;
>
>and get: ERROR 1044: Access denied for user: '@(protected) ' to database
> 'mytest '
The account name (@(protected)) has no username before the '@ ' character,
which indicates that you have connected as the anonymous user. This
user has no privileges to create the mytest database.
>
>I tried all kinds of commands to change the root password, and every single
>one would result in "Access denied for user . . . "
Please show what these commands were. No one can help you diagnose
the problem without information to go on.
>
>I would like to install, instead, CompleteMySQL from the
>serverlogisitics.com site, which has interfaces to help newbies like me.
>However, it is only at version 4.0.15. So my question is:
>
>How can I UNINSTALL the current 4.0.18 version I already have, before
>installing the other one?
Well ... I 'm afraid we cannot tell you that, either, because although
you 've indicated that you installed MySQL 4.0.18 for Mac, you haven 't
told us how you installed it. Did you use the PKG distribution? Did you
install from source?
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/
--
MySQL General Mailing List
For list archives:
http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=mysql
@(protected)
|
|
 |