$ mysql
mysql> use mysql;
mysql> INSERT INTO user (Host,User,Password) VALUES ('www.atlasgrid.bnl.gov','monitor',PASSWORD('will be provided'));
mysql> FLUSH PRIVILEGES;
mysql> exit;
Please note that this site is a content mirror of the BNL US ATLAS TWiki. To edit the content of this page, click the Edit this page button at the top of the page and log in with your US ATLAS computing account name and password.