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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.