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: 447 Hosting DirectAdminMariaDBmySQL
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 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 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