MySQL
Who can get a mysql account?
How do I get a mysql account?
How do I login?
Where can I find out more about mysql?
Who can get a mysql account?
Anyone with a LINUX lab account can get a mysql account.
How do I get a mysql acoount?
To get a mysql account you have to send an Email to help@cs.newpaltz.edu expressing your wish to get a mysql account.
How do I login?
If you are logged in to one of the workstations, the command is:
mysql -h wyvern -p
If you are logged in to wyvern, the command is:
mysql -h localhost -p
Where can I find out more about mysql?
Below are some useful links to get started.
http://www.mysql.com
http://www.mysqlquiz.co.uk
http://www.vbmysql.com/articles/vb_mysql_tutorials/vb_mysql_tutorial-part1.html
