Tim Holmes wrote:

[Tim Holmes]
Gleb, et. al.

As you suggested, I have checked out the log files and this is what I
have found:


050713 11:00:09  mysqld started
050713 11:00:09 [Warning] Asked for 196608 thread stack, but got 126976
050713 11:00:09 [ERROR] Can't start server: Bind on TCP/IP port: Address
already in use
050713 11:00:09 [ERROR] Do you already have another mysqld server
running on port: 3306 ?
050713 11:00:09 [ERROR] Aborting

050713 11:00:09 [Note] /usr/sbin/mysqld: Shutdown complete

050713 11:00:09  mysqld ended


This suggests to me a communications problem on either the database
server, or the file server where the databases reside.

It suggests to me that you already have mysqld running.

I guess the next question is how do I check to see whats going on here.
I tried telnet 192.168.0.5:3306 and got the following

[EMAIL PROTECTED] log]# telnet 192.168.0.5:3306
192.168.0.5:3306/telnet: Name or service not known

This may suggest that telnet is not installed, or it may indicate
That is not how telnet works.
This is how telnet works.
telnet 192.168.0.5 3306

another problem


Any suggestions are welcome

TIM





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

Reply via email to