root/tags/1.0.3/mysql/create_sams_user.sql

Revision 2, 153 bytes (checked in by blaze, 3 years ago)

Import SAMS v.2007-01-29

Line 
1CONNECT squidlog;
2
3GRANT ALL ON squidctrl.* TO sams@localhost IDENTIFIED BY "qwerty";
4GRANT ALL ON squidlog.* TO sams@localhost IDENTIFIED BY "qwerty";
5
Note: See TracBrowser for help on using the browser.