Changeset 2024 for trunk/misc
- Timestamp:
- Feb 17, 2006, 4:59:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/misc/sql/createdb.mysql.sql
r1477 r2024 47 47 GRANT ALL ON `base2`.* TO 'base2user'@'localhost' IDENTIFIED BY 'password'; 48 48 GRANT ALL ON `base2dynamic`.* TO 'base2user'@'localhost'; 49 50 /*For MySql 5.0 only 51 SET PASSWORD FOR 'base2user'@'localhost' = OLD_PASSWORD('password'); 52 FLUSH PRIVILEGES;*/
Note: See TracChangeset
for help on using the changeset viewer.