How to use PhpMyAdmin to import/export from/to the server it runs on?
How to use PhpMyAdmin to import/export from/to the server it runs on?
When I choose to importexport a data script with PhpMyAdmin, it offers me to uploaddownload a file with my browser fromto my PC where I access it from. But Id like to loadsave the file fromto the file system of the server where the MySQL server and PhpMyAdmin run. Is this possible
Yes, you can set a directory to import files from in the phpMyAdmin config file... From the docs https:docs.phpmyadmin.netenlatestconfig.htmlweb-server-upload-save-import-directories cfgUploadDir string The name of the directory where SQL files have been uploaded by other means than phpMyAdmin for example, ftp. Those files are available under a drop-down box when you click the database or table name, then the Import tab.
Комментарии
Отправить комментарий