Install 5.5 Assistance Needed
Install 5.5 Assistance Needed
am 09.03.2006 21:28:17 von Scott Purcell
------_=_NextPart_001_01C643B7.FFF3B585
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello,
=20
New user to Mysql 5.5. I did the complete install, and I entered a
username, and password for this service. The install went smooth, but
when I try and start working on the command line, I get the following
error? There is no readme inside the install folder? Can anyone give me
some advice?
=20
=20
C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -u admin -p
Enter password: *****
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using
password: YES)
=20
=20
------_=_NextPart_001_01C643B7.FFF3B585--
Re: Install 5.5 Assistance Needed
am 09.03.2006 21:37:24 von Daniel da Veiga
On 3/9/06, Scott Purcell wrote:
> Hello,
>
>
>
> New user to Mysql 5.5. I did the complete install, and I entered a
> username, and password for this service. The install went smooth, but
> when I try and start working on the command line, I get the following
> error? There is no readme inside the install folder? Can anyone give me
> some advice?
>
>
>
>
>
> C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -u admin -p
>
> Enter password: *****
>
> ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using
> password: YES)
>
Maybe because the default super-user is "root" not "admin" ?
>
>
>
>
>
>
--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org
Re: Install 5.5 Assistance Needed
am 09.03.2006 21:38:55 von SGreen
--=_alternative 007148D78525712C_=
Content-Type: text/plain; charset="US-ASCII"
"Scott Purcell" wrote on 03/09/2006 03:28:17 PM:
> Hello,
>
>
>
> New user to Mysql 5.5. I did the complete install, and I entered a
> username, and password for this service. The install went smooth, but
> when I try and start working on the command line, I get the following
> error? There is no readme inside the install folder? Can anyone give me
> some advice?
>
>
>
>
>
> C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -u admin -p
>
> Enter password: *****
>
> ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using
> password: YES)
>
>
>
>
>
5.5 ?!? You must be from the future!!! :-)
What OS are you running? Which install method did you use? Were you
following along in the manual at the same time or were you just trusting
the installer to get it all going correctly?
The default setup does not create a MySQL user called 'admin'(MySQL may be
running as the user 'admin' on your system but that does not mean that
there is a MySQL login called 'admin'). Try the login 'root' without a
password.
....\bin>mysql -u root
Here is a link to the official installation instructions (the subsection
for Windows installs):
http://dev.mysql.com/doc/refman/5.0/en/windows-installation. html
Come back with more information if you are still having trouble. We are
here to help.
Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine
--=_alternative 007148D78525712C_=--
RE: Install 5.5 Assistance Needed
am 09.03.2006 22:56:30 von Larry Elliott
You don't give us which version of windows you are using. The current
version of MySQL is 5.0.18 so I am guessing that you tried to install
version 5.0.5. If so, here are some ideas:
The 5.0.x series has a windows help file in the docs directory of the
installation. All versions include an HTML manual in the docs
directory. The manual is about 4 MB and a very good starting point for
almost any problem. You should find your documentation and read the
install section. You should also download the 5.0.18 binary
(http://dev.mysql.com/downloads/mysql/5.0.html)
I recommend that you download and install the MySQL Administrator
(http://dev.mysql.com/downloads/administrator/index.html) and MySQL
Query Browser (http://dev.mysql.com/downloads/query-browser/1.1.html)
and use these programs vice the command line once you have started MySQL
as a windows service.
Probably the initial mistake was you should use '-u root' vice '-u
admin'.
Also look through the archives of this list - several other people with
similar problems have had them addressed here with quite a bit of
helpful advice.
If you still need help after you have read the instructions, then tell
us what version of windows you are using, and whether you used the zip
file or the msi version binary to do the install. =20
-----Original Message-----
From: Scott Purcell [mailto:spurcell@vertisinc.com]=20
Sent: Thursday, March 09, 2006 12:28 PM
To: win32@lists.mysql.com
Subject: Install 5.5 Assistance Needed
Hello,
=20
New user to Mysql 5.5. I did the complete install, and I entered a
username, and password for this service. The install went smooth, but
when I try and start working on the command line, I get the following
error? There is no readme inside the install folder? Can anyone give me
some advice?
=20
=20
C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -u admin -p
Enter password: *****
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using
password: YES)
=20
=20
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org