Petros Moisiadis
|
24c1d32120
|
added extra arguments for database creation
mysql_db: added 'encoding' and 'collation' args
postgresql_db: added 'owner', 'template' and 'encoding' args
|
2012-07-31 12:56:29 +03:00 |
|
Mark Theunissen
|
9a1265b856
|
Changing the parameter names to be consistent, and adding root user default with empty password, as per mysql standard
|
2012-07-30 17:15:24 -05:00 |
|
Mark Theunissen
|
7395becf3a
|
Check file exists instead of relying on the exception. Leave the exception catch in, in case the file is deleted or some other issue crops up
|
2012-07-26 11:30:22 -05:00 |
|
Mark Theunissen
|
888ac86d70
|
Woops, missed the rest of them
|
2012-07-26 11:13:10 -05:00 |
|
Mark Theunissen
|
ac23c69bcc
|
Making the passwd parameter consistent
|
2012-07-26 11:10:22 -05:00 |
|
Mark Theunissen
|
6afe3fd497
|
Changing to read from a file pointer instead so that an exception is thrown if the file doesn't exist
|
2012-07-26 08:58:21 -05:00 |
|
Mark Theunissen
|
12979cf834
|
Change modules to use credentials in my.cnf if they are available
|
2012-07-25 16:31:12 -05:00 |
|
Mark Theunissen
|
12e23a1a6c
|
Upgrading MySQL user module to new format
|
2012-07-22 12:11:39 -05:00 |
|
Mark Theunissen
|
efb60776f4
|
Upgrading to new shared module code
|
2012-07-21 18:02:34 -05:00 |
|
Mark Theunissen
|
f47cc1693d
|
The MySQL modules
|
2012-07-13 17:07:23 -05:00 |
|