Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am currently running XAMMP server on my local PC and using MYSQL and making a mini project. I wanted to know how to get this database online so that other users can access my site and their entries and changes can be incorporated into my database. I wanted to put my datbase online so that whenever anyone access my site and makes any changes in their account it would then reflect in the database.

What I have tried:

I have tried Filezilla and dont know what its suppposed to do. I also downloaded the filezilla server and tried.
Posted
Updated 25-Mar-16 9:08am

1 solution

Firstly Filezilla has nothing to do with this process. What you need to do is find a web host that supports MySQL with the host plan. Then you would need to backup the db from your local system and restore to the server with your host.

After that you can then move your app to the host and point ad the hosted db server.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900