Skip to content

Commit eafc340

Browse files
committed
Followup fix after deprecating m_i_db:
Solaris postinstall referred to sbin/mysqld instead of bin/mysqld
1 parent 8c3f440 commit eafc340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/solaris/postinstall-solaris.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if [ -n "$INSTALL" ] ; then
8282
# We install/update the system tables
8383
(
8484
cd "$mybasedir"
85-
sbin/mysqld --initialize \
85+
bin/mysqld --initialize \
8686
--user=mysql \
8787
--basedir="$mybasedir" \
8888
--datadir=$mydatadir

0 commit comments

Comments
 (0)