กรุณาปิด โปรแกรมบล๊อกโฆษณา เพราะเราอยู่ได้ด้วยโฆษณาที่ท่านเห็น
Please close the adblock program. Because we can live with the ads you see


phpmyadmin

  1. thxf.org

    วิธีการทํา Change storage engine from MyISAM to InnoDB - USING phpmyadmin

    Change storage engine from MyISAM to InnoDB - all tables at once - USING phpmyadmin เปิด phpmyadmin แล้วไปที่ tab sql แล้วใส่โค๊ดด้านล่างนี้ SELECT CONCAT("ALTER TABLE ", table_name, " ENGINE=InnoDB; ") FROM information_schema.tables WHERE engine='MyISAM' AND table_schema='test'...



กรุณาปิด โปรแกรมบล๊อกโฆษณา เพราะเราอยู่ได้ด้วยโฆษณาที่ท่านเห็น
Please close the adblock program. Because we can live with the ads you see
ด้านบน ด้านล่าง