We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3c8fc9 + e0e6ffc commit a0ce1bdCopy full SHA for a0ce1bd
packaging/WiX/mysql_server_extra.wxs.in
@@ -79,6 +79,10 @@
79
Type="string"
80
Name="Version"
81
Value="[ProductVersion]"/>
82
+ <RegistryValue
83
+ Type="string"
84
+ Name="DataLocation"
85
+ Value="[DATADIR]"/>
86
</RegistryKey>
87
</Component>
88
</DirectoryRef>
packaging/solaris/postinstall-solaris.sh
@@ -82,7 +82,7 @@ if [ -n "$INSTALL" ] ; then
# We install/update the system tables
(
cd "$mybasedir"
- sbin/mysqld --initialize \
+ bin/mysqld --initialize \
--user=mysql \
--basedir="$mybasedir" \
--datadir=$mydatadir
0 commit comments