8
May
MySQL databases:
mysam locks at table level - rubbish and has a performance hit.
Change to innoDB for row level locking! This should be the default!
ALTER TABLE table_name ENGINE = INNODB;
0
Everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc
MySQL databases:
mysam locks at table level - rubbish and has a performance hit.
Change to innoDB for row level locking! This should be the default!
ALTER TABLE table_name ENGINE = INNODB;