[Nov 23, 2009 14:09] Web access to Microsoft Live@edu accounts now works.
ITC offers hosting for MySQL databases on the dbm2.itc.virginia.edu server.
MySQL databases may be used in conjunction with programming languages such as php, Perl, or Java to generate web pages dynamically. Such programs should be stored on the web server of your choice, provided that it supports that technology. For example, you might want to create a web database application to track a computer inventory. To store the data, you could create the MySQL database on one of the MySQL servers; and then to display the data on the web, you could create php scripts on the server that hosts your departmental web site.
In order to create a web database application like the one described above, you will need to:
- Get an account.
- Create a MySQL database.
- Create scripts or programs in the language of your choice to display the data to a Web browser. Create the script on a web server such as people.itc.virginia.edu or faculty.virginia.edu.
- Secure your database.