hello friends i have detected server installed Linux Cent OS 5 when i try to upload .sql backup file on my server on .zip format its say error i want to add .zip ext on sql server before screen short :- after error screen short : - Please Help me i want to upload my backup
but i want to upland almost 400 MB .sql so i need to enable .zip upload option on my server so please tell me steps
i think .zip mysql dump upload option not possible, so please change the max_upolad limit in php.ini and try to upolad. If you need my support please PM me
i need to upload .sql file on .zip format on mysqladmin i have almost 400 mb sql in part of 20 20mb mb zip
You need the zip extension in PHP to be able to upload zip files, you should be able to find out how if you google for your os and control panel. Personally I'd FTP or whatever the files to the server then unzip and import them from the shell: mysql -u username -p data-base-name < data.sql You need to change the parameters as required.
please use linux gzip format linux and windows zip are different so basically u need a tool on windows that can gzip and tar your file many such free tools are avaiable I hope it helps Regards Alex
i need to add .zip option on my mysql any way to add this option threw HWM of SSH if ssh give me commands if WHM give me steps please help me in this