When you use phpMyAdmin to restore a database, you usually use the online upload function, the biggest bug is that if your network status is not very good, you probably accidentally interrupted the import or export operation.
Locate phpMyAdmin in the installation directory config.inc.php file found:
$cfg [' uploaddir '] = ' upload '; $cfg [' savedir '] = ' save ';
These two parameters may or may not be empty by default, fill in the names of the two folders, upload and save.
650) this.width=650; "src=" Https://s1.51cto.com/wyfs02/M02/A4/37/wKioL1mmjJDj5irzAACTk57HcoA458.jpg "title=" M1.jpg "alt=" Wkiol1mmjjdj5irzaactk57hcoa458.jpg "/>
Then create a new two folder in this place, named upload and save.
650) this.width=650; "src=" Https://s2.51cto.com/wyfs02/M02/05/86/wKiom1mmjL_wx2lXAACZgvVNn9o582.png "title=" M2.png "alt=" Wkiom1mmjl_wx2lxaaczgvvnn9o582.png "/>
Large database backup or restore using phpMyAdmin