I am on Shared server , using cpanel with web hostingpad I have a 97 MB sql file on my server. I want to execute that . How to do it ?
You can't execute an sql file you will need pull it into a MySQL database either through Import section of phpMyAdmin. You could run into problem if your host does now allow uploads as big as 97mb, it is recommended to use SSH: Manually upload file to your web space. Login via SSH and run the following command: mysql -u username -p database_name <file.sql Code (SQL): You can contact your host for help with this - if they're decent they should do it for you.