|
MYSQL
AND PHP
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?
First
you must request that a database be created for you. You
may do so by submitting a support request.
From
your Command prompt, type the following command line to
access your database:
/usr/local/mysql/bin/mysql
yourdbname -u yourusername -pPassword
(no
space between the -p and the password)
|