User Tools

Site Tools


mysql_management

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mysql_management [2018/09/27 14:48]
root
mysql_management [2018/09/27 15:10] (current)
root
Line 15: Line 15:
 grant all privileges on DATABASENAME . * TO 'username'@'node%'; grant all privileges on DATABASENAME . * TO 'username'@'node%';
 </code> </code>
 +
 +To access the new database, the user would then use this command (from the head node):
 +
 +<code>
 +mysql -p -h fs1 -u USERNAME DATABASENAME
 +</code>
 +
mysql_management.1538074118.txt.gz ยท Last modified: 2018/09/27 14:48 by root