You may create your MySQL database in several different ways:
- By using phpMyAdmin (recommended). phpMyAdmin is a client program with a Web-based interface for creating MySQL databases, and it is the interface you see when you connect to dbm1.
- By using Perl, PHP, or another language that is capable of interfacing with MySQL.
- From the UNIX command line, using Structured Query Language commands.
All database names must begin with your UVa computing ID followed by the underscore (_) character. For example, if your user name is mst3k, and you want to create an inventory of electronic equipment in your department, you might name it mst3k_inventory.
Once you have created the database, you may also use MS Access to connect to the database (for data entry purposes only).
