Comment 4 for bug 714510

Revision history for this message
Jonathan Corwin (j-corwin) wrote :

As long as the MySQL is set to create MyISAM tables by default, then it should now be possible to use MySQL to store songs, using the settings in the description.

mysql> set global storage_engine=myisam;