Best practice: Import mySQL file in PHP; split queries

后端 未结 13 660
Happy的楠姐
Happy的楠姐 2020-11-29 00:08

I have a situation where I have to update a web site on a shared hosting provider. The site has a CMS. Uploading the CMS\'s files is pretty straightforward using FTP.

<
13条回答
  •  广开言路
    2020-11-29 00:21

    Can't you install phpMyAdmin, gzip the file (which should make it much smaller) and import it using phpMyAdmin?

    EDIT: Well, if you can't use phpMyAdmin, you can use the code from phpMyAdmin. I'm not sure about this particular part, but it's generaly nicely structured.

提交回复
热议问题