MySQL and PHP: DATABASE PROGRAMMING


Intro to MySQL
MySQL is a powerful database processing package.

We provide setup support for MySQL.  Note we provide no techical support beyond setup. You must be fluent and educated in database and SQL languages yourself to take advantage of mySQL's features. Database programming is very specific and should not be entered into lightly. mySQL databases can be manipulated through PHP, a server-side processing language which our servers also support (see below). There is NO charge for initial database setup.

It is recommended that all users use MySQL, as it is by far the easiest package to use in relation to web pages.  Please note that upgrading between sql packages is not possible.  If you change versions you must start all over from scratch.

SQL literally lives in /usr/local/Minerva/bin, and we have to create the database for you.
To request a SQL database for your account, email us. We require that the database names be in the form "your_username-databade name", such as "charlie-mydatabase"  Please note that the name of the dtabase may be slightly different than what you request.
Other Information:

Backing Up Your Database Intro to PHP