Changeset 1272 for trunk/unxsMail/mainfunc.h
- Timestamp:
- 03/17/10 15:51:43 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsMail/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);
