Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

uploading db?

Status
Not open for further replies.

Rydel

Programmer
Feb 5, 2001
376
CZ
My Web hoster has mySQL. I have a ready mySQL database on my local computer. I don't have access to the mySQL directories on the Web hoster. So how can I upload the database to the Web server? Thanks in advance! :) ---
---
 
Assuming your ISP has given you a password, and a host IP for the database, it will be a matter of using mysqldump, in the mysql HTML manual it tells you how to dump straight from your database onto a remote database, all you need is an IP address, user name, and password for the ISP's database. You don't need access to the mysql directories, but you will need the above.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top