System Administration
mysql
mysql -u root -p -h foo.somehost.netuse database;grant all privileges on db.* to 'joe'@'somehost' identified by 'somepass';grant all privileges on db.* to 'tom'@'localhost' identified by 'somepass';grant all privileges on db.* to 'tom'@'144.38.2.3' identified by 'somepass';grant all privileges on db.* to 'tom'@'144.38.2.0/27' identified by 'somepass';create databaseINSERT, UPDATE, DELETE, SELECTbind address