Re: AW: Socket Error

2003-01-22 Thread gerald_clark
Top does not show all processes. try: ps x | grep mysqld or ps -ef | grep mysqld Zion Inc. wrote: Here is what I got out of the log file: 030122 02:59:51 mysqld started 030122 2:59:51 Can't start server : Bind on unix socket: Address already in use 030122 2:59:51 Do you already have

RE: AW: Socket Error

2003-01-22 Thread Victor Pendleton
How are you starting the MySQL server? (e.g. command) What does you cnf file look like? -Original Message- From: Zion Inc. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 8:14 AM To: Franz, Fa. PostDirekt MA Cc: [EMAIL PROTECTED] Subject: Re: AW: Socket Error Here is what I

Re: AW: Socket Error

2003-01-22 Thread Zion Inc.
Here is what I got out of the log file: 030122 02:59:51 mysqld started 030122 2:59:51 Can't start server : Bind on unix socket: Address already in use 030122 2:59:51 Do you already have another mysqld server running on socket: /var/run/mysql/mysql.sock ? 030122 2:59:51 Aborting But mysqld

Re: AW: Socket Error

2003-01-22 Thread Zion Inc.
Hi Franz, I'm running OpenBSD 3.2. I installed it with pkg_add. Version 3.23.49. I try starting it with mysql_safe & or mysql. It's trying to connect with this socket that doesn't exist. How do I create it? Thanks, Anthony. --- "Franz, Fa. PostDirekt MA" <[EMAIL PROTECTED]> wrote: > Good Mo

AW: Socket Error

2003-01-22 Thread Franz, Fa. PostDirekt MA
Good Morning Anthony , your question was: >ERROR 2002: Can't connect to local MySQL server >through socket '/var/run/mysql/mysql.sock' (38) >I've been reading and searching the documentation for >hours and I know this is simple to fix but I can't >figure it out. I've been at it for our hours. T