Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo + MySQL + InnoDB
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
pedro
n00b
n00b


Joined: 01 Jul 2002
Posts: 25
Location: Londrina/Brazil

PostPosted: Tue Jan 13, 2004 11:12 am    Post subject: Gentoo + MySQL + InnoDB Reply with quote

What is the best "my.cnf" configuration to set a InnoDB enviroment in a MySQL installed on Gentoo.

I mean where to save the data files and the log generated?


Thanks
Back to top
View user's profile Send private message
gautamg
n00b
n00b


Joined: 23 Feb 2004
Posts: 27
Location: New York, NY

PostPosted: Thu Mar 04, 2004 5:09 am    Post subject: read the fine forums Reply with quote

searched for "my.cnf innodb" in these fine forums and this thread came up. hope this helps

https://forums.gentoo.org/viewtopic.php?t=37243&highlight=cnf+innodb
Back to top
View user's profile Send private message
CheshireCat
Guru
Guru


Joined: 25 Aug 2002
Posts: 572

PostPosted: Thu Mar 04, 2004 5:12 am    Post subject: Reply with quote

You also have to indicate that you want new tables to be InnoDB, or they'll be created as MyISAM (see the last post in that link - if you explicitly make a MyISAM table, it won't be InnoDB).

You can also use ALTER TABLE to change existing tables to InnoDB. This is useful when an application creates its own tables, and you'd like to change them to InnoDB.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum