I am making a MySQL based database for a professor and she would like to have a version uploaded to the web and a version on her desktop for personal use. The web version would be "official" whereas the one on her desktop would be used for personal research and would have additional categories, etc. The two databases do not have to be linked but I was unsure if it would be easier to put both databases on the web and make her personal one password protected or if there was a good desktop based program. She is not very tech-savvy which is why I was leaning away from having her install MySQL and Apache on her own desktop. Any help would be appreciated.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
If you have a very small database, I recommend using XEROUND free database service. REASON #1 : Database is stored in the Cloud for Free REASON #2 : Automatic Backups of the Database REASON #3 : You can load data over the Internet and retrieve it via mysqldump REASON #4 : It comes with phpmyadmin (no installation required) to administer and query the database REASON #5 : You can set up your own access to the data via external SQL tools
Restrictions |
||||