Changeset 1272 for trunk/unxsRadius/unxsRadacct/mainfunc.h
- Timestamp:
- 03/17/10 15:51:43 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsRadius/unxsRadacct/mainfunc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsRadius/unxsRadacct/mainfunc.h
r79 r1272 714 714 715 715 //Grant localaccess privileges. 716 mysql_query(&gMysql,"GRANT ALL ON unxsradacct.* TO mysqlradacct2@localhost IDENTIFIED BY 'wsxedc'");716 mysql_query(&gMysql,"GRANT ALL ON unxsradacct.* TO unxsradacct@localhost IDENTIFIED BY 'wsxedc'"); 717 717 if(mysql_errno(&gMysql)) 718 718 {
