how can I import a .sql file with PHP
Posted: Tue Apr 07, 2009 12:22 pm
I can't seem to find this, I've tried searching and so far, nothing
I have a MySQL dump file being transferred between servers, on the new server I want to run a script that imports it into a MySQL...it can't be done using a prompt, since permissions don't allow it
is there anything built into PHP that can do this? I've tried writing a few scripts and keep coming close, but nothing seems to be working
I have a MySQL dump file being transferred between servers, on the new server I want to run a script that imports it into a MySQL...it can't be done using a prompt, since permissions don't allow it
is there anything built into PHP that can do this? I've tried writing a few scripts and keep coming close, but nothing seems to be working