| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
(without InnoDB - all InnoDB changes were ignored)
|
| |
| |
| |
| |
| | |
- Use lc-messages-dir instead of deprecated --language when running mysqld in bootstrap mode.
- Add some verbosity to mysql_install_db.exe when it runs in course of MSI installation.
|
| |
| |
| |
| | |
with a bit of lame protection against abuse.
|
| |
| |
| |
| | |
avoid "unknown parameter" warning
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Fix bug in bootstrapper.
- Also, delete innodb log files cafter bootstrapping , to workaround
"different log size" Innodb error during the first service start by MSI.
This is a temporary measure, in the future innodb will allow handling
different file size more gracefully.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
since password characters can contain quotes or spaces.
The proper quoting method for command line arguments used here was extracted from
http://blogs.msdn.com/b/twistylittlepassagesallalike/archive/2011/04/23/everyone-quotes-arguments-the-wrong-way.aspx
Additionally, mysql_install_db.exe now passes root password to "mysqld.exe --bootstrap"
in hexadecimal form, to handle potential special chars inside password string literal.
|
| |
|
| |
|
|
|
|
| |
Address Monty's review comments
|
|
|
|
|
| |
and mysql_upgrade_service, after LPBUG#688404 was
fixed.
|
|
|
|
| |
(Philip's review)
|
|
|
|
|
|
| |
* Spell username correctly as "NT AUTHORITY\NetworkService"
* Also, use well-known SIDs for predefined user when assigning directory
ACLs (the names differ in localized Windows)
|
| |
|
|
on Windows.
Some parameters not present in traditional mysql_install_db are present
e.g --port, --default-user (whether to create a new users) or
--service (windows service name)
|