Current location: Hot Scripts Forums » Programming Languages » PHP » mysql crash IMPORTANT


mysql crash IMPORTANT

Reply
  #1 (permalink)  
Old 03-02-04, 11:27 AM
comby comby is offline
New Member
 
Join Date: Mar 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mysql crash IMPORTANT

hello,

I have a big problem, all few hours my mysql daemon crashs. Its totally random. I already changed alot in the config, but it cant be fixed so far

here the mysqld.err log


Code:
mysqld process hanging, pid 22747 - killed 
mysqld process hanging, pid 22747 - killed 
mysqld process hanging, pid 22747 - killed 
040225 12:53:38  mysqld restarted 
Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line 
040225 12:53:38  Can't start server: Bind on TCP/IP port: Address already in use 
040225 12:53:38  Do you already have another mysqld server running on port: 3306 ? 
040225 12:53:38  Aborting 

040225 12:53:38  /usr/sbin/mysqld: Shutdown Complete 

040225 12:53:38  mysqld ended
Here my mysql config (my.cnf)

Code:
[client] 
#password       = my_password 
port            = 3306 
socket          = /var/run/mysqld/mysqld.sock 

[safe_mysqld] 
err-log         = /var/log/mysql/mysql.err 

[mysqld] 
skip-innodb 
user            = mysql 
pid-file        = /var/run/mysqld/mysqld.pid 
socket          = /var/run/mysqld/mysqld.sock 

basedir         = /usr 
datadir         = /var/lib/mysql 
tmpdir          = /tmp 
language        = /usr/share/mysql/english 
skip-locking 
set-variable    = key_buffer=16M 
set-variable    = max_allowed_packet=1M 
set-variable    = thread_stack=128K 
set-variable    = key_buffer=16M 
set-variable    = max_allowed_packet=1M 
set-variable    = thread_stack=128K 
set-variable    = table_cache=64 
set-variable    = sort_buffer=512K 
set-variable    = net_buffer_length=8K 
set-variable    = myisam_sort_buffer_size=8M 
set-variable    = query_cache_size=12M 
set-variable    = max_connections=400 
set-variable    = wait_timeout=90 
set-variable    = interactive_timeout=90 
set-variable    = max_connect_errors=999999 
set-variable    = max_delayed_threads=999999 

# keep secure by default! 
bind-address    = 127.0.0.1 
port            = 3306 
# this can make it even more secure: 
#skip-networking 

[mysqldump] 
quick 
set-variable    = max_allowed_packet=1M 

[mysql] 
#no-auto-rehash # faster start of mysql but no tab completition 

[isamchk] 
set-variable    = key_buffer=16M
I am open for everything, please reply if you have ANY idea.

thanks alot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP and MySQL ? rob2132 Hot Scripts Forum Questions, Suggestions and Feedback 4 08-29-08 03:22 AM
(Still) trying to install mySQL on winXP! (IIS) linseym PHP 1 01-24-04 04:11 PM
Installing mySQL on a WinXP Pro machine linseym PHP 4 01-17-04 07:28 AM
great product for dumping/recovering MySQL databases Dave Brown General Advertisements 1 10-03-03 08:40 AM
mysql to access aspuser25 Database 2 09-16-03 12:01 PM


All times are GMT -5. The time now is 12:18 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.