diff options
author | venu@myvenu.com <> | 2003-03-07 10:16:23 -0800 |
---|---|---|
committer | venu@myvenu.com <> | 2003-03-07 10:16:23 -0800 |
commit | dff8f6327214aed48b4361e48aa7d3c7dfa5ff08 (patch) | |
tree | 92dd32655d5a01e07b9a3c2b34e8fce2dc1c8bd6 /support-files | |
parent | 9257a27c8298cb8222ef0d5a0e750edbd0f2c4a5 (diff) | |
download | mariadb-git-dff8f6327214aed48b4361e48aa7d3c7dfa5ff08.tar.gz |
Change -IN_RPM -> --rpm and -WINDOWS -> --windows from mysql_install_db
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 34f4a919395..de1ccfe1df7 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -368,7 +368,7 @@ useradd -M -r -d $mysql_datadir -s /bin/bash -c "MySQL server" mysql 2> /dev/nul chown -R mysql $mysql_datadir # Initiate databases -mysql_install_db -IN-RPM +mysql_install_db --rpm # Change permissions again to fix any new files. chown -R mysql $mysql_datadir |