User Tools

Site Tools


mysql_management

This is an old revision of the document!


MySQL Management

On the main cluster MySQL is installed on file server 1.

The MySQL databases are dumped to disk weekly and the dumps are backed up to the HPC backup space.

New Database and User

To create a new database for a specific user, log in to the file server and run mysql (the MySQL root password is configured in .my.cnf, so you will log on automatically).

show databases;
create database DATABASENAME;
mysql_management.1538073865.txt.gz · Last modified: 2018/09/27 14:44 by root