|
What can I use to setup a database?
The main database available on our system is MySQL . It is used
to manage your database files. In order to display them on the Internet
you will need to use a program such as PHP or PERL.
The Manuals for MySQL and PHP are available on-line at these locations:
MySQL Manual
PHP Manual
Tutorial
How do I access my database?
From your telnet prompt, you must type the following command line
to access your database:
/usr/local/mysql/bin/mysql dbname -u username -pPassword
Do not add a space between the -p and the password.
|