Hi
few days ago, developers told me that they want a INNODB database. Well if im not wrong MySQL supports innodb storage engine ) but I don’t know the way to specifiy this. I only know we can ALTER TABLE to INNODB when we are working with the new database.
The problem is when developers WATCH database throught PHPMYADMIN, they see MYISAM as Storage Database. They see all tables like INNODB but in the bottom of phpmyadmin, they see MYISAM and they are complaining about this.
Im not sure if I created database wrong or something…
I hope I have explained well my doubt
We are running MYSQL 5.0.77
Thanks a lot guys )