Re: Table Locking (Was: Best CPU config for a busy DB server)

2008-05-10 Thread Rob Wultsch
On Sat, May 10, 2008 at 4:24 PM, JW <[EMAIL PROTECTED]> wrote: >> Table locking will occur with MyISAM tables when any row(s) of the table is >> being updated (Update,Delete,Insert,Load Data etc). >> If you are only executing Select statements, then they can be executed in >> parallel and won't be

Re: Table Locking (Was: Best CPU config for a busy DB server)

2008-05-10 Thread JW
> Table locking will occur with MyISAM tables when any row(s) of the table is > being updated (Update,Delete,Insert,Load Data etc). > If you are only executing Select statements, then they can be executed in > parallel and won't be blocked. Just curious: you say "with MyISAM tables" - do any of t

Help needed

2008-05-10 Thread Velen
Hi, I'm testing a program and I need you assistance. Please unzip the file at http://www.biz-mu.com/PCID.zip and run the program. It will display an ID, please mail me back the ID. If you can use it on several computers, it will be even better for me, I need to have as much results as possi

latin1 vs UTF-8

2008-05-10 Thread Waynn Lue
I'm trying to store the symbol (R) (that's the registered trademark symbol) in my database, but I get a weird Ctrl-A (^A) character whenever I try. At first, I thought it was because I was calling htmlentities without passing in "UTF-8" as the last argument, but that only solved one of my problems