Hi,
Bob George wrote:
> Hello All,
> I was wandering if you could help figure out how to upload
> mysql database using and FTP connection. The client I am
> working with does not know how to grant me access using port
> 3306, or telnet with port 23. I just need to know if its
> possible to simply upload the mysql database properly using
> ftp, and if you could please point me in the right direction
> of the answer I would really appreciate it.
It should not be any problem if there is an FTP server running on ports
20 and 21 of the server and the FTP user has access to the directory
where the database is stored. It also must made sure that MySQL itself
does not access the database while uploading is in process.
Erich