Changeset 1271 for trunk/unxsBind/mainfunc.h
- Timestamp:
- 03/17/10 15:44:19 (2 years ago)
- Files:
-
- 1 modified
-
trunk/unxsBind/mainfunc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsBind/mainfunc.h
r1190 r1271 481 481 482 482 //Grant access privileges. 483 sprintf(gcQuery,"GRANT ALL ON %s.* to %s IDENTIFIED BY '%s'",483 sprintf(gcQuery,"GRANT ALL ON %s.* to %s@localhost IDENTIFIED BY '%s'", 484 484 DBNAME,DBLOGIN,DBPASSWD); 485 485 mysql_query(&gMysql,gcQuery);
