How do I delete my blog?
May I raise a question?
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > MySQL database development > May I raise a question? 10 January 2003 10:36:39

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

May I raise a question?

Seed Chan 10 January 2003 10:36:39
 Dear Editor,

After installed the MySQL version 3.23.53, I tried to test the MySQL by
typing the following command, relevant error message appears, please advise
how to fix.

Command: Display Error Message:

mysqlshow mysqlshow: Can't connect to MySQL server on
'localhost' (10061)

mysqladmin CREATE test mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on
'localhost' (10061)'
Check that mysqld is running on localhost and that
the port is 3306.
You can check this by doing 'telnet localhost 3306'

mysql test ERROR 2003: Can't connect to MySQL server on
'localhost' (10061)

telnet localhost 3306 Connecting To localhost...Could not open a
connection to host on port 3306 : Connect failed

Best rgds,

Seed Chan



Seed Chan
System Services Management
Branch Services
* 2962 7431
* 29173503 / 29173504
* seed.chan@citicorp.­com




-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129384­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­gcdmg-mysql=m.gmane.­org@lists.mysql.com>­
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


Add comment
Gerald_clark 9 January 2003 17:19:39 permanent link ]
 What OS are you running?

Did you start the server?

What is in the error logs?

seed.chan@citicorp.­com wrote:
Dear Editor,>
After installed the MySQL version 3.23.53, I tried to test the MySQL by>typing the following command, relevant error message appears, please advise>how to fix.>
Command: Display Error Message:>
mysqlshow mysqlshow: Can't connect to MySQL server on>'localhost' (10061)>
mysqladmin CREATE test mysqladmin: connect to server at 'localhost' failed> error: 'Can't connect to MySQL server on>'localhost' (10061)'> Check that mysqld is running on localhost and that>the port is 3306.> You can check this by doing 'telnet localhost 3306'>
mysql test ERROR 2003: Can't connect to MySQL server on>'localhost' (10061)>
telnet localhost 3306 Connecting To localhost...Could not open a>connection to host on port 3306 : Connect failed>
Best rgds,>
Seed Chan>
Seed Chan>System Services Management>Branch Services>* 2962 7431>* 29173503 / 29173504>* seed.chan@citicorp.­com>
------------------­--------------------­--------------------­----------->Before posting, please check:> http://www.mysql.co­m/manual.php (the manual)> http://lists.mysql.­com/ (the list archive)>
To request this thread, e-mail <mysql-thread129384­@lists.mysql.com>>To­ unsubscribe, e-mail <mysql-unsubscribe-­gerald_clark=supplie­rsystems.com@lists.m­ysql.com>>Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php>



-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129430­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­gcdmg-mysql=m.gmane.­org@lists.mysql.com>­
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


Add comment
Victoria Reznichenko 9 January 2003 18:00:01 permanent link ]
 On Thursday 09 January 2003 03:16, seed dot chan at citicorp dot com wrote:
After installed the MySQL version 3.23.53, I tried to test the MySQL by> typing the following command, relevant error message appears, please advise> how to fix.>
Command: Display Error Message:>
mysqlshow mysqlshow: Can't connect to MySQL server on> 'localhost' (10061)>
mysqladmin CREATE test mysqladmin: connect to server at 'localhost'> failed error: 'Can't connect to MySQL server on> 'localhost' (10061)'> Check that mysqld is running on localhost and that> the port is 3306.> You can check this by doing 'telnet localhost> 3306'>
mysql test ERROR 2003: Can't connect to MySQL server on> 'localhost' (10061)

Seems your MySQL server is not running. Just run it ;)



--
For technical support contracts, goto https://order.mysql­.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.n­et/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ Victoria.Reznichenk­o@ensita.net
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com





-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129436­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­gcdmg-mysql=m.gmane.­org@lists.mysql.com>­
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


Add comment
Diana Soares 9 January 2003 20:39:19 permanent link ]
 Your mysql server does not seem to be running...
Did you execute safe_mysqld ?

Check the "Post installation setup" chapter from the manual.
http://www.mysql.co­m/doc/en/Post-instal­lation.html


On Thu, 2003-01-09 at 01:16, seed.chan@citicorp.­com wrote:> Dear Editor,>
After installed the MySQL version 3.23.53, I tried to test the MySQL by> typing the following command, relevant error message appears, please advise> how to fix.>
Command: Display Error Message:>
mysqlshow mysqlshow: Can't connect to MySQL server on> 'localhost' (10061)>
mysqladmin CREATE test mysqladmin: connect to server at 'localhost' failed> error: 'Can't connect to MySQL server on> 'localhost' (10061)'> Check that mysqld is running on localhost and that> the port is 3306.> You can check this by doing 'telnet localhost 3306'>
mysql test ERROR 2003: Can't connect to MySQL server on> 'localhost' (10061)>
telnet localhost 3306 Connecting To localhost...Could not open a> connection to host on port 3306 : Connect failed>
Best rgds,>
Seed Chan>
Seed Chan> System Services Management> Branch Services> * 2962 7431> * 29173503 / 29173504> * seed.chan@citicorp.­com>
-------------------­--------------------­--------------------­----------> Before posting, please check:> http://www.mysql.co­m/manual.php (the manual)> http://lists.mysql.­com/ (the list archive)>
To request this thread, e-mail <mysql-thread129384­@lists.mysql.com>> To unsubscribe, e-mail <mysql-unsubscribe-­dsoares=fc.up.pt@lis­ts.mysql.com>> Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php>
--
Diana Soares


-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129465­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­gcdmg-mysql=m.gmane.­org@lists.mysql.com>­
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


Add comment
Seed Chan 10 January 2003 04:00:58 permanent link ]
 Thanks, Gerald,

I'm trying to install the MySQL. Apache & Php in Windows 2000 Professional. A
book telling me that I should install them in the above sequence. Actually the
error message is before the installation of Apache, is it the root cause?
Should I try again after I start the server?

Best rgds,

Seed Chan
System Services Management
Branch Services
* 2962 7431
* 29173503 / 29173504
* seed.chan@citicorp.­com


-----Original Message-----
From: gerald.clark [SMTP:gerald_clark@suppliersystems.com]
Sent: Thursday, January 09, 2003 10:20 PM
To: Chan, Seed
Cc: gerald.clark; mysql
Subject: Re: May I raise a question?

What OS are you running?

Did you start the server?

What is in the error logs?

seed.chan@citicorp.­com wrote:
Dear Editor,>
After installed the MySQL version 3.23.53, I tried to test the MySQL by>typing the following command, relevant error message appears, please advise>how to fix.>
Command: Display Error Message:>
mysqlshow mysqlshow: Can't connect to MySQL server on>'localhost' (10061)>
mysqladmin CREATE test mysqladmin: connect to server at 'localhost' failed> error: 'Can't connect to MySQL server on>'localhost' (10061)'> Check that mysqld is running on localhost and that>the port is 3306.> You can check this by doing 'telnet localhost 3306'>
mysql test ERROR 2003: Can't connect to MySQL server on>'localhost' (10061)>
telnet localhost 3306 Connecting To localhost...Could not open a>connection to host on port 3306 : Connect failed>
Best rgds,>
Seed Chan>
Seed Chan>System Services Management>Branch Services>* 2962 7431>* 29173503 / 29173504>* seed.chan@citicorp.­com>
------------------­--------------------­--------------------­----------->Before posting, please check:> http://www.mysql.co­m/manual.php (the manual)> http://lists.mysql.­com/ (the list archive)>
To request this thread, e-mail <mysql-thread129384­@lists.mysql.com>>To­ unsubscribe, e-mail
<mysql-unsubscribe-­gerald_clark=supplie­rsystems.com@lists.m­ysql.com>>Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php>




-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129513­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­gcdmg-mysql=m.gmane.­org@lists.mysql.com>­
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


Add comment
JamesD 10 January 2003 10:10:50 permanent link ]
 If it was me I would simplify the problem:

A. tear out apache and php and
B. Get mysql installed and working
C. shut down Mysql and install apache and get it working
D. shut down apache, keep mysql shut down and install Php and get it
working.
then start up each, and test as you bring up the full system to make
sure each object is acting nice

this will isolate the bugs (if any) in the boundaries
between B and C, or C and D, etc.
not being a computer science guru,
i have to do things gently....else i crash and burn and kick the dog.

Jim


-----Original Message-----
From: seed.chan@citicorp.­com [mailto:seed.chan@citicorp.com]
Sent: Thursday, January 09, 2003 5:01 PM
To: gerald_clark@suppli­ersystems.com
Cc: mysql@lists.mysql.c­om; seedchan@netvigator­.com
Subject: RE: May I raise a question?


Thanks, Gerald,

I'm trying to install the MySQL. Apache & Php in Windows 2000 Professional.
A
book telling me that I should install them in the above sequence. Actually
the
error message is before the installation of Apache, is it the root cause?
Should I try again after I start the server?

Best rgds,

Seed Chan
System Services Management
Branch Services
* 2962 7431
* 29173503 / 29173504
* seed.chan@citicorp.­com


-----Original Message-----
From: gerald.clark [SMTP:gerald_clark@suppliersystems.com]
Sent: Thursday, January 09, 2003 10:20 PM
To: Chan, Seed
Cc: gerald.clark; mysql
Subject: Re: May I raise a question?

What OS are you running?

Did you start the server?

What is in the error logs?

seed.chan@citicorp.­com wrote:
Dear Editor,>
After installed the MySQL version 3.23.53, I tried to test the MySQL by>typing the following command, relevant error message appears, please advise>how to fix.>
Command: Display Error Message:>
mysqlshow mysqlshow: Can't connect to MySQL server on>'localhost' (10061)>
mysqladmin CREATE test mysqladmin: connect to server at 'localhost'
failed> error: 'Can't connect to MySQL server on>'localhost' (10061)'> Check that mysqld is running on localhost and that>the port is 3306.> You can check this by doing 'telnet localhost
3306'>
mysql test ERROR 2003: Can't connect to MySQL server on>'localhost' (10061)>
telnet localhost 3306 Connecting To localhost...Could not open a>connection to host on port 3306 : Connect failed>
Best rgds,>
Seed Chan>
Seed Chan>System Services Management>Branch Services>* 2962 7431>* 29173503 / 29173504>* seed.chan@citicorp.­com>
------------------­--------------------­--------------------­----------->Before posting, please check:> http://www.mysql.co­m/manual.php (the manual)> http://lists.mysql.­com/ (the list archive)>
To request this thread, e-mail <mysql-thread129384­@lists.mysql.com>>To­ unsubscribe, e-mail
<mysql-unsubscribe-­gerald_clark=supplie­rsystems.com@lists.m­ysql.com>>Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php>




-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129513­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­jim=workinout.com@li­sts.mysql.com>
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129521­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­gcdmg-mysql=m.gmane.­org@lists.mysql.com>­
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


Add comment
Mark 10 January 2003 10:11:04 permanent link ]
 ----- Original Message -----
From: <seed.chan@citicorp­.com>
To: <gerald_clark@suppl­iersystems.com>
Cc: <mysql@lists.mysql.­com>; <seedchan@netvigato­r.com>
Sent: Friday, January 10, 2003 2:00 AM
Subject: RE: May I raise a question?

Thanks, Gerald,>
I'm trying to install the MySQL. Apache & Php in Windows 2000> Professional. A book telling me that I should install them in the> above sequence. Actually the error message is before the> installation of Apache, is it the root cause? Should I try again> after I start the server?

The MySQL installation stands on its own, and has, what MySQL is concerned,
nothing to do with Apache or PHP. Your book is right when suggesting the
install order; as, typically, you want to compile Apache with something like
"--with-mysql=/usr/­local"; and then, thereafter, PHP with something like
"--with-apxs=/usr/l­ocal/www/bin/apxs".

None of this, I suddenly realize, is actually relevant, as you are on
Windoze, and probably are not compiling much of anything. :)­

What you need to be concentrating on, is making sure MySQL runs as a
service. If memory serves me correctly, you will, depending on your binary,
have to run that binary with the --install parameter; like so:
"mysqld-max-nt --install". After that, check that it exists as a service,
and start the service if necessary.

- Mark

System Administrator Asarian-host.org

---
"If you were supposed to understand it,
we wouldn't call it code." - FedEx


-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129522­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­gcdmg-mysql=m.gmane.­org@lists.mysql.com>­
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


Add comment
Seed Chan 10 January 2003 10:36:39 permanent link ]
 Dear all,

Your endeavour and speedy action impress me. Thanks.

Seed Chan


-----Original Message-----
From: admin [SMTP:admin@asarian-host.net]
Sent: Friday, January 10, 2003 3:11 PM
To: Chan, Seed; gerald.clark
Cc: admin; mysql
Subject: Re: May I raise a question?

----- Original Message -----
From: <seed.chan@citicorp­.com>
To: <gerald_clark@suppl­iersystems.com>
Cc: <mysql@lists.mysql.­com>; <seedchan@netvigato­r.com>
Sent: Friday, January 10, 2003 2:00 AM
Subject: RE: May I raise a question?

Thanks, Gerald,>
I'm trying to install the MySQL. Apache & Php in Windows 2000> Professional. A book telling me that I should install them in the> above sequence. Actually the error message is before the> installation of Apache, is it the root cause? Should I try again> after I start the server?

The MySQL installation stands on its own, and has, what MySQL is concerned,
nothing to do with Apache or PHP. Your book is right when suggesting the
install order; as, typically, you want to compile Apache with something like
"--with-mysql=/usr/­local"; and then, thereafter, PHP with something like
"--with-apxs=/usr/l­ocal/www/bin/apxs".

None of this, I suddenly realize, is actually relevant, as you are on
Windoze, and probably are not compiling much of anything. :)­

What you need to be concentrating on, is making sure MySQL runs as a
service. If memory serves me correctly, you will, depending on your binary,
have to run that binary with the --install parameter; like so:
"mysqld-max-nt --install". After that, check that it exists as a service,
and start the service if necessary.

- Mark

System Administrator Asarian-host.org

---
"If you were supposed to understand it,
we wouldn't call it code." - FedEx



-------------------­--------------------­--------------------­----------
Before posting, please check:
http://www.mysql.co­m/manual.php (the manual)
http://lists.mysql.­com/ (the list archive)

To request this thread, e-mail <mysql-thread129524­@lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-­gcdmg-mysql=m.gmane.­org@lists.mysql.com>­
Trouble unsubscribing? Try: http://lists.mysql.­com/php/unsubscribe.­php


Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > MySQL database development > May I raise a question? 10 January 2003 10:36:39

see also:
int8 and PHP problems
Can I COPY a VIEW to a File
pgcrypto & php
пройди тесты:
Do you know women?
see also:
Wikipedia "hoax" not actually…
Zune playing with iTunes
This is regarding doubt in gpd in…

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .