First you will need to log into the mysql server using the client. Make sure you are a privileged user. From here you will be able to set the database engine type:
set GLOBAL storage_engine=’InnoDb’;
set GLOBAL storage_engine=’MyISAM’;
Choose carefully!
Leave a Reply
You must be logged in to post a comment.