Ask a Question related to Coldfusion Database Access, Design and Development.
-
drmaves #1
CFMX7 - MySQL 4.0 - INNODB table type
I have tried without success to use the INNODB table type with MySQL 4.0, it locks up my server. If I switch back to the MyISAM table type everything works fine.
Any one have any luck with this?
drmaves Guest
-
How to backup and recovery MySQL database cluster using InnoDB table?
Hi, How to backup and recovery MySQL database cluster using InnoDB table? I have searched in the internet but not found any solution. Can you... -
Question on MySQL 5 and innodb
Hi... I have a question on using innodb with MySQL 5.0. I already have 2-databases running on a mysql instance. I want to add a third... -
MySQL: What Table Type are you ?>
Which is better: MyISAM or INNODB ?? All the apps I've written thus far are MyISAM; however, INNODB offers our dear friend `referential... -
[PHP] mysql_errror bug on innodb table
ok i managed to set the generated error screen to a variable, do the rollback then die -
mysql_errror bug on innodb table
hi there i have noticed a bug where mysql_error is not returned on a transaction, why is this ? -
cf_menace #2
Re: CFMX7 - MySQL 4.0 - INNODB table type
What exactly are you trying to do? I've been using InnoDB talbes for some years now with no problem.
cf_menace Guest
-
drmaves #3
Re: CFMX7 - MySQL 4.0 - INNODB table type
I'm not trying to do anything special. What I intended to take advantage of was
the transaction processing and the ability to designate foreign keys but I
don't even get a chance before the server starts locking up.
I am running both CF and MySQL on the same server, which I think may be the
problem.
Are you running MySQL on a dedicated database server?
drmaves Guest



Reply With Quote

