|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Article Discussion: Using Transactions with MySQL 4.0 and PHP
If you have any questions or comments about this article please post them here.
This forum post relates to this article |
|
#2
|
|||
|
|||
|
innodb tables
I am running a Mandrake 9.1 distro and MySQL came with the installation. It is MySQL 4.0.11a-gamma and by running the following table creation command:
Code:
CREATE TABLE trans ( id int not null auto_increment, item varchar(30) not null, quantity varchar(10) not null, primary key(id) )type=innodb; it does not create a innodb table. It just created a MyISAM table. I checked the properties of the table and innodb table type does not exist there as well. Should I be enabling innodb tables somewhere ? According to the MySQL documentation innodb is supposed to be setup by default. Any suggestions as to what I should do ? Jeffery |
|
#3
|
|||
|
|||
|
bump
Peple are PM me if I have solved the problem. No, I haven't because I lost interest in it since I didn't get a response from the Author and I was just experimenting with what the Author was talking about. So if anyone knows what the solution is, please help them out. Cheers, Jeffery |
|
#4
|
|||
|
|||
|
Jeffery,
Have you set your options in the My.CNF and/or My.INI files? Here's a link to MySQL's page on setting up your InnoDB settings: http://www.mysql.com/doc/en/InnoDB_start.html HTH!
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#5
|
|||
|
|||
|
Thanks, appreciate your response. I will look into it this evening.
![]() |
|
#6
|
|||
|
|||
|
Anytime!
Have you had a chance to see if it works? |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > Article Discussion: Using Transactions with MySQL 4.0 and PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|