mysql_server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mysql_server [2019/09/26 09:39] – ktm5j | mysql_server [2025/01/09 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== MySQL server ==== | ||
+ | |||
+ | CS hosts a MySQL server at the DNS address '' | ||
+ | |||
+ | === Server Info === | ||
+ | |||
+ | === CS Department Server === | ||
+ | |||
+ | ^ Server | mysql.cs.virginia.edu | | ||
+ | ^ TCP/IP Port | 3306 | | ||
+ | ^ phpMyAdmin | https:// | ||
+ | |||
+ | === CS 4750 === | ||
+ | ^ Server | cs4750.cs.virginia.edu | | ||
+ | ^ TCP/IP Port | 3306 | | ||
+ | ^ **CS4750** phpMyAdmin | https:// | ||
+ | |||
+ | === CS 6750 === | ||
+ | ^ Server | cs6750.cs.virginia.edu | | ||
+ | ^ TCP/IP Port | 3306 | | ||
+ | ^ **CS6750** phpMyAdmin | https:// | ||
+ | |||
+ | Currently the MySQL server is hosted on the same physical server as the web server. | ||
+ | |||
+ | === Accounts & Access === | ||
+ | |||
+ | For new MySQL accounts, you should receive an email at the time of creation including your username and password. | ||
+ | |||
+ | You will also have the ability to create additional databases with the naming format '' | ||
+ | |||
+ | < | ||
+ | abc6de | ||
+ | abc6de_db1 | ||
+ | abc6de_example | ||
+ | abc6de_1 | ||
+ | </ | ||
+ | |||
+ | === phpMyAdmin === | ||
+ | |||
+ | There is an installation of phpMyAdmin hosted on our web server at the following address: https:// | ||
+ | |||
+ | === Linux === | ||
+ | |||
+ | All of our Linux servers and desktops should have the '' | ||
+ | |||
+ | === PHP === | ||
+ | |||
+ | Our [[software_modules|module]] for PHP was built with database support and drivers for MySQL. | ||