Vladislav Vaintroub
55b3c84492
Small mysql_install_db.exe fixes
...
- 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.
2013-05-09 22:21:07 +02:00
Sergei Golubchik
07315d3603
strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)
...
with a bit of lame protection against abuse.
2013-04-17 19:42:34 +02:00
Vladislav Vaintroub
718bbcbfd0
MDEV-393. Remove --loose-pbxt=OFF/loose-skip-pbxt from bootstrapper calls to avoid "unknown parameter" warning
2012-07-12 15:32:35 +02:00
Daniel Bartholomew
37f8094652
fixed some urls that the previous update missed
2012-06-18 17:29:05 -04:00
Vladislav Vaintroub
4da30b3e3d
MDEV-221 - Properly escape command line when starting mysql_install_db
...
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.
2012-04-16 15:28:33 +02:00
Vladislav Vaintroub
ad7b636d72
fix CRLF line endings to LF
2011-04-08 01:42:47 +02:00
Vladislav Vaintroub
3fdd009990
Fix SQL syntax error when running mysql --bootstrap.
2011-04-08 01:41:07 +02:00
Vladislav Vaintroub
d4a3a7b90e
mwl#59 - windows installer.
...
Address Monty's review comments
2011-03-09 20:21:03 +01:00
Vladislav Vaintroub
0e3921a8fe
Remove --loose-skip-pbxt kludge from mysql_install_db
...
and mysql_upgrade_service, after LPBUG#688404 was
fixed.
2011-02-04 19:51:23 +01:00
Vladislav Vaintroub
d99fbf4867
MWL#55 : Add banner text to command line utilities
...
(Philip's review)
2011-02-03 18:56:30 +01:00
Vladislav Vaintroub
1cb5bc32b6
Fix service user name and directory ACL setting on localized Windows
...
* 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)
2011-02-02 01:30:24 +01:00
Vladislav Vaintroub
b2a15f73ce
remove an extra LocalFree() call for pOldDacls, it is not allocated on heap
2011-02-01 01:57:23 +01:00
Vladislav Vaintroub
1a3115dbb2
MWL#55 : mysql_install_db.exe - command line utilityto install new database
...
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)
2011-01-29 18:55:48 +01:00