Groups
Groups
Sign in
Groups
Groups
Php Object Generator
Conversations
About
Send feedback
Help
POG MySQL tables type
13 views
Skip to first unread message
Valentin
unread,
Jan 26, 2011, 3:20:46 PM
1/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Php Object Generator
Hello everybody,
I've been using POG for my application for a while. And I am really
happy with it.
I see that by default POG uses MyISAM tables. I was just wondering if
it's possible and easy to migrate to innodb.
I am mainly concerned about the table lock stuff on MyISAM tables.
Thanks in advance for this,
Valentin
Crispy
unread,
Jan 26, 2011, 11:54:19 PM
1/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Php Object Generator
That's a good idea - the default for MySQL should probably be innodb
now.
Pedro Worcel
unread,
Jan 27, 2011, 6:33:05 AM
1/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Php Object Generator
Hi!
Myisam and innodb are both great. :) Innodb should be default imo,
too.
Anyways, you can change the engine of the table using the following
sql command:
alter table table_name engine innodb;
Regards,
Droope
Reply all
Reply to author
Forward
0 new messages