BLACK FRIDAY DEALS

Knowledge Base

Allows you to search a variety of questions and answers

Search

Search results

MySQL

To do this, you will need to stop your httpd server and then run the following script:
 

Code:

#/bin/bash
#script to convert the whole database to innodb format.
cp -iRfp /var/lib/mysql /var/lib/mysql-$(date +%s)
for mydatabase in $(mysql --batch --column-names=false -e "show databases");
do
for t in $(mysql --batch --column-names=false -e "show tables" $mydatabase);
do
mysql -e "alter table $t type=InnoDB" $mydbname;
echo "converted "$t" to innodb"
done
done

Save it to a file and then execute it. Just make sure to make a backup before hand. Replace 'InnoDB' with MyISAM if you want to switch to MyISAM. Also replace 'mydatabase' and 'mydbname' with the name of the actual database that you want this done to.

See What Our Customers Say

Leave review
R

RAF Website D

Outstanding Customer Service Everytime I have emailed AYKsolutions I have gotten an outstanding resp...

Read full review
J

James Oliver Cyr, M

AZ, United States

AYK Solutions has been the server for my website for 8 or 9 years, and in all that time I have gotte...

Read full review
B

Bruce L

MD, United States

We have been customers for several years. Just wanted to give a thumbs-up for their excellent respon...

Read full review
J

Jesse C

Great response time and excellent service. I've been with AYK for nearly a year now and I couldn't b...

Read full review
ARIN Cisco Supermicro cPanel Intel Microsoft