Hello,
I use PHP/MySQL on an online site hosted by an French ISP.
But the ISP does not give us access to the MySQL shell. We use phpMyAdmin.
I'd like to import our database hosted by our ISP at home.
Has anyone managed to do that with phpMyAdmin ?
(without phpMyAdmin, we could process a SELECT * FROM TABLE INTO OUTFILE "file.sql", but we cannot access to that file since we don't have access to their directories)
I use PHP/MySQL on an online site hosted by an French ISP.
But the ISP does not give us access to the MySQL shell. We use phpMyAdmin.
I'd like to import our database hosted by our ISP at home.
Has anyone managed to do that with phpMyAdmin ?
(without phpMyAdmin, we could process a SELECT * FROM TABLE INTO OUTFILE "file.sql", but we cannot access to that file since we don't have access to their directories)