PHP 8.5.0 Beta 1 available for testing

Voting

: two minus one?
(Example: nine)

The Note You're Voting On

Petros Giakouvakis
14 years ago
Should anyone reading this be slightly panicked because they just discovered that their MySQL tables are MyIsam and not InnoDb, don't worry... You can very easily change the storage engine using the following query:

ALTER TABLE your_table_name ENGINE = innodb;

<< Back to user notes page

To Top