|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
connects with mysql / linux
Hello,
Have a little problem with the number of connects in Mysql (I believe) I have a php that refreshes every 30 seconds that does a query. I also have a few agents updating the data. Every once in a while I get a can not write to the database error when an agent hits the submit. My thinking is I run out of mysqld processes. When I do a ps -aux I count 10 [MYSQLD] running. Does anyone know how to up that number? Or is this my problem? |
|
#2
|
||||
|
||||
|
RE: connects with mysql / linux
That's probably not your problem. See what mysql_error() says after you get an error, it should point you in the right direction.
|
|
#3
|
|||
|
|||
|
RE: connects with mysql / linux
Doesnt sound like your problem is the script.....Just sounds like the record is locked by someone else trying to write to it.Thats not an unusual amount of processes....Depends on what your server is doing.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > connects with mysql / linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|