|
|
MySQL
- If you need a MySQL Database Account, please use the request
form.
- Or use the command line client mysql in Linux:
$> mysql -u mysql_username -p -h student database_name
Replace mysql_username and database_name with the MySQL account details
you were given. 'student' is the server host name. Then enter your mysql password.
[See the section on SSH for details on how to connect to
the UNIX student server remotely and run the command line client on it]
- Windows has MySQL Query Browser.
- To connect using PHP, see here.
|
|