PhpMyAdmin: Importing Dumps without uploading them
Regonized this a little while ago: There's a option in the config file of PhpMyAdmin, that allows you to specify a folder, in which are Dumps for import located.
$cfg['UploadDir'] = './uploaded_dumps';
It's a good idea to let the value start with “./” and then make a relative path to you directory. The starting point is then the main folder of your PhpMyAdmin installation. After that you can find a new select box in the import menu, that allows you to select one file that has the .sql extension.
Trackback(s)
A trackback is a kind of a source link. If i was finding an interesting entry in another blog, that i am commenting in my own blog, i am linking to the original message via the trackback. Has someone commented one of my entries in his/her weblog, you can find this link here under trackbacks, too. More informations about trackback are in the Wikipedia for example.
Trackback URL: http://geeks-have-feelings-too.net/trackback/phpmyadmin-importing-dumps-without-uploading-them/



