If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > can't connect to mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-22-07, 12:47
bvo bvo is offline
Registered User
 
Join Date: May 2004
Posts: 29
can't connect to mysql

From the Unix command line, the following is displayed:

******************

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

Do you know why? It worked find last week.

Thanks,

BV
Reply With Quote
  #2 (permalink)  
Old 10-22-07, 13:21
bvo bvo is offline
Registered User
 
Join Date: May 2004
Posts: 29
I have tried to startup the database and still doesn't work. Any ideas why?

stgssl-mysql[43]% mysqld_safe --defaults-file=/u01/app/myqsl/mysql5044/my.cnf --user=mysql --log-warnings &
[1] 2994
stgssl-mysql[44]% Could not open required defaults file: /u01/app/myqsl/mysql5044/my.cnf
Fatal error in defaults handling. Program aborted
Could not open required defaults file: /u01/app/myqsl/mysql5044/my.cnf
Fatal error in defaults handling. Program aborted
Starting mysqld daemon with databases from /u01/app/mysql/mysql-enterprise-gpl-5.0.44sp1a-solaris9-sparc-64bit/data
STOPPING server from pid file /u01/app/mysql/mysql-enterprise-gpl-5.0.44sp1a-solaris9-sparc-64bit/data/stgssl.pid

thanks,
BV
Reply With Quote
  #3 (permalink)  
Old 10-23-07, 05:01
aschk aschk is offline
Registered User
 
Join Date: Mar 2007
Location: 636f6d7075746572
Posts: 770
Seems fairly obvious :
Quote:
Could not open required defaults file: /u01/app/myqsl/mysql5044/my.cnf
What is in your my.cnf? Usually this resides in the /etc directory but i guess you're using your own one for a special config. Copy it into here and i'll see what we can do for you.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On