1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Change -IN_RPM -> --rpm and -WINDOWS -> --windows from mysql_install_db

This commit is contained in:
venu@myvenu.com
2003-03-07 10:16:23 -08:00
parent 9257a27c82
commit dff8f63272
3 changed files with 73 additions and 70 deletions

View File

@@ -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