Reload Problem - Mass-Reload crashes DB

2006-01-14 Thread ESV Media GmbH
Hey, we´ve on 2 website the problem, that if you hit a several times F5 or hold it down to reload the site, MySQL opens many connections and breaks down after a while. How can we prevent this ? I close every MySQL Session and i do an if-statement ( if there´s any open connect ) before i open

working on Microsoft® Windows Server™ 2003

2006-01-14 Thread prathima rao
hi, can new mysql work on Microsoft® Windows Server™ 2003 regards prao -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Reload Problem - Mass-Reload crashes DB

2006-01-14 Thread Tom Horstmann
Dear Marco, i'm not sure, this can be solved by MySQL itself, but if you're e.g. using php you may try to use mysql_pconnect () instead of mysql_connect (). Please see http://www.php.net/manual/en/function.mysql-pconnect.php and http://www.php.net/manual/en/function.mysql-connect.php In your

Re: working on Microsoft® Windows Server™ 2003

2006-01-14 Thread Terry Riley
- Original Message - hi, can new mysql work on Microsoft® Windows Server™ 2003 regards prao -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] Yes Terry Riley -- MySQL

Reload Problem - Mass-Reload crashes DB

2006-01-14 Thread ESV Media GmbH
Thanks for your quick reply. We use PHP. I´ll try it with mysql_pconnect(); I´ve already thought about it. What happens, when we´ve several 1000 Users online. Doesn´t it open too many connections ? mysql_connect closes every connection after using. Does mysql_pconnect() the same ? Thanks a lot

RE: [OT] Reload Problem - Mass-Reload crashes DB

2006-01-14 Thread Tom Horstmann
We use PHP. I´ll try it with mysql_pconnect(); I´ve already thought about it. What happens, when we´ve several 1000 Users online. Doesn´t it open too many connections ? mysql_connect closes every connection after using. Does mysql_pconnect() the same ? I think, it's in the docs...please

one user, multiple passwords

2006-01-14 Thread Fletcher Mattox
Hi, Is it possible for one user to have more than one password; one for each database? My naive attempt at this was GRANT ALL ON db1.* TO 'fletcher'@'%' IDENTIFIED BY pass1 GRANT ALL ON db2.* TO 'fletcher'@'%' IDENTIFIED BY pass2 But I find that pass2 replaces pass1 on db1 when

Re: one user, multiple passwords

2006-01-14 Thread Paul DuBois
At 12:00 -0600 1/14/06, Fletcher Mattox wrote: Hi, Is it possible for one user to have more than one password; one for each database? My naive attempt at this was No. An account in MySQL is defined the by combination of username and hostname that you specify after the TO in the grant

Insert into table select * ... union

2006-01-14 Thread Detlev Jaeger
Hello, I'm collecting data into a very simple table with one varchar(100) field (myValue) and one int(10) field (Qty). I'm doing this with a simple insert into . on duplicate key update qty = qty +1. After the table has reached a count of several 10 million records every insert takes

doc for administration mysql

2006-01-14 Thread Bayrouni
Hello all, Wich are the best doc for (mysql administration) beginners Thank you -- Bayrouni Email: [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

MySQL 5.0.15 in Linux OS

2006-01-14 Thread Reynier Perez Mira
Hi list: Recently I download MySQL source from MySQL.com site for install it in my Linux Server. I follow the standard procedure for it, means: shell ./configure shell make shell make install I read the online documentation looking if I need some configuration changes and see that for execute

key_buffer_size vs innodb_buffer_pool_size

2006-01-14 Thread Grant Giddens
Hi, After reading through the example my.cnf files (large, huge, etc), I started to wonder what the difference was between the isam key_buffer_size and the innodb innodb_buffer_pool_size. I realize that they are two different table types, but some of the docs says to set the