Changeset 1272
- Timestamp:
- 03/17/10 15:51:43 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
unxsMail/mainfunc.h (modified) (1 diff)
-
unxsRadius/unxsRadacct/mainfunc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsMail/mainfunc.h
r1147 r1272 511 511 512 512 //Grant access privileges. 513 sprintf(gcQuery,"GRANT ALL ON %s.* to %s IDENTIFIED BY '%s'",513 sprintf(gcQuery,"GRANT ALL ON %s.* to %s@localhost IDENTIFIED BY '%s'", 514 514 DBNAME,DBLOGIN,DBPASSWD); 515 515 mysql_query(&gMysql,gcQuery); -
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 {
