
Nancy and many thanks for your advice
Well, I am not much into database administration but still i will try to help you. Google is my best Friend
If you are using cPanel then you can optimize databases using PhpMyAdmin tool which comes a part of cPanel.
Login phpMyAdmin >> select database name >> Tick the tables you wish to optimize >> choose Optimize table.
This will execute the OPTIMIZE TABLE SQL query on the selected tables and they will be updated and optimized.
Hope it helps you !!!