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 > my simple mysql problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-04-04, 02:40
amitabhmca amitabhmca is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
my simple mysql problem

Pls help.

I installed mysql 3.23.45 on Solaris 8, sun sparc.

mysql_install_db went through successfully, however mysqld daemon can't be
started.
userid/usergroup are created as mysql/mysql.

Here is what I did and the message.

shell> cd /usr/local/mysql
shell> ./bin/mysql_install_db
shell> ./bin/safe_mysqld --user=mysql &
[1] 525
#Starting mysqld daemon with databases from /usr/local/mysql/var 021003
1:1:27 mysqld ended

I checked processes and could not find mysqld daemon.

I run
shell>./bin/mysqladmin version
got "
connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server throught socket
'/tmp/mysql.sock' (146)'
check that mysqld is running and that the socket: /tmp/mysql.sock/' exists!

amitabh
Reply With Quote
  #2 (permalink)  
Old 03-04-04, 04:03
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: my simple mysql problem

Quote:
Originally posted by amitabhmca
Pls help.

I installed mysql 3.23.45 on Solaris 8, sun sparc.

mysql_install_db went through successfully, however mysqld daemon can't be
started.
userid/usergroup are created as mysql/mysql.

Here is what I did and the message.

shell> cd /usr/local/mysql
shell> ./bin/mysql_install_db
shell> ./bin/safe_mysqld --user=mysql &
[1] 525
#Starting mysqld daemon with databases from /usr/local/mysql/var 021003
1:1:27 mysqld ended

I checked processes and could not find mysqld daemon.

I run
shell>./bin/mysqladmin version
got "
connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server throught socket
'/tmp/mysql.sock' (146)'
check that mysqld is running and that the socket: /tmp/mysql.sock/' exists!

amitabh
Your mysqld process has eneded - "1:1:27 mysqld ended"
check error log for the reason
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