Skip to content
Gospo promo
Gospo promo

Latest Updates

  • Home
  • Insurance
  • Education
  • About Us
  • Contact Us
  • Privacy Policy
Gospo promo

Latest Updates

How to convert MyISAM to InnoDB on Directadmin panel

gospopromo, September 6, 2021

It is very important for webmasters to change traditional database tables MyISAM to InnoDB in MYSQL for MariaDB engine to keep the web data running faster.

This tip only works for VPS, Cloud and dedicated hosting where by the owner has root access to server.

Here are the steps to follow;

  1. Go to root access via putty tool
  2. Then paste the following code the n place enter button to execute the command;
cd /usr/local/directadmin/custombuild
./build set mysql_backup yes
./build mysql_backup
mv mysql_backups mysql_backups.`date +%F`
./build mysql_backup
cd mysql_backups
perl -pi -e 's/ENGINE=MyISAM/ENGINE=InnoDB/' *.sql
wget http://files1.directadmin.com/services/all/mysql/restore_sql_files.sh
chmod 755 restore_sql_files.sh
./restore_sql_files.sh
service mysqld restart

3. Everything done, all database tables will be set to InnoDB.

Post Views: 502
Hosting DirectAdminMariaDBmySQL

Post navigation

Previous post
Next post

Related Posts

Hosting

9 Points to consider on choosing best web hosting

November 18, 2021

There are many companies around the world provides web hosting with a lot of features,…

Read More
Hosting

How to set one click auto-login for PhpMyAdmin in DirectAdmin panel

September 6, 2021

This article contains step by step on how to enable one click autoi-login for PhpMyAdmin…

Read More
Hosting

How to install and enable Redis on DirectAdmin with Ubuntu OS

November 4, 2021

This article contains step by step on Installing And enable Redis On DirectAdmin With Ubuntu…

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Best Medical Schools in New York 2024-2025
  • List of All Nursing Colleges And Schools in South Africa
  • Life Insurance Policy For Foreigners in USA: Navigating Coverage Options and Requirements
  • Deriv Online Trading Platform-The Best Platform to Trade With
  • How Does Car Insurance Work
©2025 Gospo promo | WordPress Theme by SuperbThemes