I have a windows installation of myql. The links Michael gave give correct
info.
Here's a synopsis:
To test a mysql install on windows open the mysql/bin dir in a dos window.
At the prompt type
mysqld --console

you should get a message back that indicates the server is running, such as
mysqld: ready for connections

open a second dos window at the same location and at the prompt type
mysql

you should get a message back similar to this where the x's are replaced by
the version you are running:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: x.xx.xx-debug

Type 'help' for help.

mysql>

HTH,
Johnny
----- Original Message -----
From: "Michael Stassen" <[EMAIL PROTECTED]>
To: "Singh, Bijay" <[EMAIL PROTECTED]>
Cc: "Mysql General mailing list" <[EMAIL PROTECTED]>
Sent: Thursday, June 17, 2004 11:01 AM
Subject: Re: MySQL Installation Problem


>
> I'm including the list on this.  In general, you will get better and
faster
> responses if you keep threads on the list.
>
> I've never run the mysql server under Windows, but I assume the manual is
> accurate
<http://dev.mysql.com/doc/mysql/en/Windows_server_first_start.html>
> and <http://dev.mysql.com/doc/mysql/en/NT_start.html>.
>
> You must configure phpmyadmin so that when it attempts to connect to
mysql,
> it uses a username-password combination that mysql will accept.  If you
have
> a mysql user with no password, you can use that, but I wouldn't recommend
> allowing any unauthenticated connections to mysql.  See the manual for
more
> <http://dev.mysql.com/doc/mysql/en/Default_privileges.html>.
>
> Michael
>
> Singh, Bijay wrote:
>
> > I am using localhost with no password. how do check whether MySQL is
> running or not. If not how do I start the MySQL on Windows ?
> >
> >
> > -----Original Message-----
> > From: Michael Stassen [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, June 17, 2004 1:29 PM
> > To: [EMAIL PROTECTED]
> > Cc: Singh, Bijay; [EMAIL PROTECTED]
> > Subject: Re: MySQL Installation Problem
> >
> >
> > First, make sure mysql server is running.
> >
> > Second, make sure you have properly configured phpmyadmin in file
> > config.inc.php.  In particular, you have to set how phpmyadmin will
connect
> > to mysql (user and pass).
> >
> > Michael
> >
> > Daniel Clark wrote:
> >
> >
> >>After the phpmyadmin login I got the same error.
> >>
> >>In the phpmyadmin config files I had to set the local IP address that
> >>phpmyadmin was on.
> >
> >
> > Strange.  Didn't it default to localhost?
> >
> >
> >>>Dear Michael,
> >>>
> >>>I want to use PHP, Apache, mySQL and phpMyAdmin for evaluation but I m
not
> >>>able to get this rite.
> >>>
> >>>
> >>>I am trying to instal MySQL with phpMyAdmin and i get the error  when
view
> >>
> >>>from :
> >>
> >>>http://localhost/phpMyAdmin/
> >>>
> >>>
> >>>#2003 - Can't connect to MySQL server on 'localhost' (10061)
> >>>
> >>>OS - WinXP Pro
> >>>Apache
> >>>phpMyAdmin 2.5.7
> >>>
> >>>I tried reinstalling but not able to get. I checked Apache and php they
> >>>work fine except mySQL.
> >>>
> >>>Any help will be appreciated. Feel free to email or contact me on phone
#
> >>>below.
> >>
> >>
> >
> >
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]
>
>

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to