473,800 Members | 2,282 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mysql lockups

Hi List

Been trying to help out with this problem on a SunOS5.8 box running
3.23.56

It experiences periodic lockups of mysql. It does not seem that this
server has a my.cnf file for mysql, and I'm not sure if that matters
(what are the defaults mysql use when it cannot find the .cnf file?)

Anyway, I have asked for any help in making a my.cnf file in other
threads, but it seems everyone is on 4.x already, or they cannot help in
that regard.

Below is some feedback from the server 1st : top
last pid: 11217; load averages: 0.00, 0.00,
0.00 07:54:43
17 processes: 16 sleeping, 1 on cpu
CPU states: 85.2% idle, 10.2% user, 4.4% kernel, 0.2% iowait, 0.0%
swap
Memory: 2048M real, 667M free, 2065M swap in use, 3403M swap free

PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
22435 xxxxxxxx 21 58 0 89M 32M sleep 2:43 0.58% caspeng
11210 xxxxxxxx 1 58 0 2896K 1664K cpu 0:00 0.54% top
9961 xxxxxxxx 31 58 0 15M 6600K sleep 0:13 0.27% mysqld
11139 xxxxxxxx 1 58 0 5608K 1752K sleep 0:00 0.01% sshd
18642 xxxxxxxx 5 58 0 2312K 936K sleep 0:20 0.00% caspd
491 xxxxxxxx 5 58 0 3768K 2016K sleep 0:10 0.00% httpd
9948 xxxxxxxx 1 40 0 1048K 760K sleep 0:00 0.00%
safe_mysqld
11141 xxxxxxxx 1 48 0 2384K 1904K sleep 0:00 0.00% tcsh
9228 xxxxxxxx 3 58 0 4000K 2576K sleep 0:00 0.00% httpd
10999 xxxxxxxx 4 58 0 3920K 2472K sleep 0:00 0.00% httpd
10510 xxxxxxxx 3 58 0 3888K 2448K sleep 0:00 0.00% httpd
11001 xxxxxxxx 4 58 0 3888K 2440K sleep 0:00 0.00% httpd
11081 xxxxxxxx 4 58 0 3880K 2432K sleep 0:00 0.00% httpd
11075 xxxxxxxx 4 58 0 3872K 2424K sleep 0:00 0.00% httpd
11076 xxxxxxxx 4 58 0 3872K 2408K sleep 0:00 0.00% httpd

and 2nd is

xxxxxxxx.xxxxxx xx.xxxxxxxx% mysqladmin -u root -p -v pro
Enter password:
+-----+--------+-----------+--------------------+---------+------+-------+-----------------------+
| Id | User | Host | db | Command | Time | State
| Info |
+-----+--------+-----------+--------------------+---------+------+-------+-----------------------+
| 187 | root | localhost | Users | Sleep | 278 |
| |
| 190 | root | localhost | Boards | Sleep | 278 |
| |
| 191 | root | localhost | Users | Sleep | 278 |
| |
| 192 | root | localhost | Boards | Sleep | 278 |
| |
| 193 | root | localhost | Boards | Sleep | 278 |
| |
| 194 | root | localhost | Boards | Sleep | 278 |
| |
| 226 | root | localhost | Boards | Sleep | 278 |
| |
| 227 | root | localhost | Users | Sleep | 123 |
| |
| 228 | root | localhost | Boards | Sleep | 123 |
| |
| 229 | root | localhost | Boards | Sleep | 123 |
| |
| 230 | root | localhost | Users | Sleep | 11 |
| |
| 231 | root | localhost | Boards | Sleep | 123 |
| |
| 232 | root | localhost | Boards | Sleep | 123 |
| |
| 233 | root | localhost | Users | Sleep | 271 |
| |
| 237 | user1 | localhost | Philosophies | Sleep | 113 |
| |
| 238 | user1 | localhost | PhilosophiesCus tom | Sleep | 133 |
| |
| 239 | user1 | localhost | Countries | Sleep | 133 |
| |
| 240 | root | localhost | Debatabase | Sleep | 123 |
| |
| 241 | root | localhost | Debatabase | Sleep | 123 |
| |
| 242 | root | localhost | Debatabase | Sleep | 123 |
| |
| 243 | root | localhost | Debatabase | Sleep | 123 |
| |
| 244 | root | localhost | Debatabase | Sleep | 14 |
| |
| 245 | root | localhost | Debatabase | Sleep | 14 |
| |
| 246 | root | localhost | Debatabase | Sleep | 14 |
| |
| 248 | root | localhost | | Query | 0 |
| show full processlist |
+-----+--------+-----------+--------------------+---------+------+-------+-----------------------+
xxxxxxxx.xxxxxx xx.xxxxxxxx%

and this is the error reported by the browser on such lockups.

ADODB.Recordset .1 error '80004005'

SQLState: S1000
Native Error Code: 2013
[TCX][MyODBC]Lost connection to MySQL server during query

/main/home.asp, line 48
PS, the output of both top and the entire process list are as the system
is now, after a restart of mysql, ie, unfortunately it does probably not
reflect anything that is prevalent during a lockup.

Any ideas.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/my***********...ie.nctu.edu.tw

Jul 19 '05 #1
0 1577

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
10289
by: francescomoi | last post by:
Hi. I'm trying to build 'MySQL-python-1.2.0' on my Linux FC2: ---------------------------------- # export PATH=$PATH:/usr/local/mysql/bin/ # export mysqlclient=mysqlclient_r # python setup.py clean # python setup.py build running build running build_py
0
3319
by: Randell D. | last post by:
Folks, I have installed MySQL v4 (client, server and development rpm's). I've tried and failed to use the recommended mysqladmin to set a root password after the installation (I have another post open on the MySQL newsgroup about this). I'm attempting an alternative solution and using webmin (www.webmin.com) to create/manage access to my databases. Webmin reports "Warning: The Perl module DBD::mysql is not installed on your system, so...
0
1356
by: Petre Agenbag | last post by:
Hi List Been trying to help out with this problem on a SunOS5.8 box running 3.23.56 It experiences periodic lockups of mysql. It does not seem that this server has a my.cnf file for mysql, and I'm not sure if that matters (what are the defaults mysql use when it cannot find the .cnf file?) Anyway, I have asked for any help in making a my.cnf file in other
0
6690
by: Donald Tyler | last post by:
Then the only way you can do it that I can think of is to write a PHP script to do basically what PHPMyAdmin is trying to do but without the LOCAL in there. However to do that you would need to be able to place the PHP file on the server, and I guess you probably can't do that either. Talk about catch 22... The only other way I can think of is to install MySQL on a machine you control, then import the data there using the method I...
4
1305
by: mikey | last post by:
Hi all, I'm having great problems trying to install the latest MySQl RPM package onto my Red Hat Linux OS. There is already MySQL v 3.0 pre-installed with the RH Linux distribution disk but I can not seem to get any of the functions working on it. So I have now dopwnloaded the latest version hoping that this will fix the error. I have managed to install the MySQL-shared-compat-4.0.1-0.i386.rpm but
0
3950
by: Mike Chirico | last post by:
Interesting Things to Know about MySQL Mike Chirico (mchirico@users.sourceforge.net) Copyright (GPU Free Documentation License) 2004 Last Updated: Mon Jun 7 10:37:28 EDT 2004 The latest version of this document can be found at: http://prdownloads.sourceforge.net/souptonuts/README_mysql.txt?download
2
2906
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on the site, I made : rpm -i MySQL-server-5.0.18-0.i386.rpm then i have errors that relate to many conflicts. I cannot figure out why -and- cannot upgrade. Please Help !
1
3227
by: manish deshpande | last post by:
Hi, When i'm installing MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm by the following command: rpm -i MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm the following error is being shown: warning: MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5 file /etc/my.cnf from install of MySQL-server-standard-5.0.24a-0.rhel3 conflicts with file from package mysql-3.23.58-1 file...
3
8832
by: menzies | last post by:
Hi, I"m new to this forum, but I have been trying all day to install DBD::mysql onto my Intel MacBook. I've read lots of forums pages and none have gotten me to a successful 'make test' or a successful 'sudo make install.' Before every attempt I even do a sudo make distclean to make sure I haven't gotten things mucked up from a prior attempt. OS: Mac OS X 10.4.10 MySQL: v5.0.41 for Mac OSX-i686 DBI: v1.58 (installed fine using CPAN)...
0
9691
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10505
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10253
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10035
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7580
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6813
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5471
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.