Shock95 / AuctionHouse

Feature-packed auction house plugin for PocketMine-MP (pmmp)
GNU General Public License v3.0
43 stars 34 forks source link

SQL Question #63

Closed Lightningrod6 closed 3 years ago

Lightningrod6 commented 3 years ago

More of a question

How can I change the sql from MariaDB to InnoDB

Shock95 commented 3 years ago

This might help you https://dev.mysql.com/doc/refman/8.0/en/converting-tables-to-innodb.html

Lightningrod6 commented 3 years ago

Thanks