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; Go to root access via putty toolThen 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: 412 Hosting DirectAdminMariaDBmySQL
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
Hosting How to set one click auto-login for Webmail on DirectAdmin September 6, 2021 Set one click auto-login for RoundCube on DirectAdmin is simple and needed for webmail and… Read More
Hosting 10 Best Managed Cloud WordPress hosting for 2021 September 14, 2021 Managed Cloud hosting are best web hosting for all kind of traffic, especially for those… Read More