Revision: 10495
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at January 2, 2009 11:24 by callmeblessed
                            
                            Initial Code
dataSource {
	pooled = true
	driverClassName = "com.mysql.jdbc.Driver"
	username = "wysmedia"
	password = "password"
        dialect = org.hibernate.dialect.MySQLInnoDBDialect
}
                                Initial URL
www.wysmedia.com
Initial Description
I need to create all table in InnoDB in my grails application. you can add this / edit the following code on grails-app/conf/Datasource.groovy
Initial Title
Grails + Mysql : how to make sure that the table is using InnoDB
Initial Tags
mysql, database, groovy
Initial Language
Groovy