mySQL
What can I use to setup a database?
The main database available on our system is MySQL which is what you use to manage your database files. In order to display them on the Internet you have to use a program such as PHP or PERL.
The Manuals for MySQL and PHP are available here:
How do I access my database?
From your telnet prompt you type the following command line to access your database:
/usr/local/mysql/bin/mysql dbname -u username -pPassword
(no space between the -p and the password)
Start Here | General Setup
|