Commit c7fe6e13 authored by mwagner@evoq.mwagner.org's avatar mwagner@evoq.mwagner.org
Browse files

manual.texi Corrected installation example.

parent 7e778166
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5574,7 +5574,7 @@ shell> scripts/mysql_install_db
shell> chown -R root  /usr/local/mysql
shell> chown -R mysql /usr/local/mysql/data
shell> chgrp -R mysql /usr/local/mysql
shell> chown -R root /usr/local/mysql/bin/
shell> chown -R root /usr/local/mysql/bin
shell> bin/safe_mysqld --user=mysql &
@end example
@@ -5705,7 +5705,7 @@ directory to the user that you will run @code{mysqld} as:
@example
shell> chown -R root  /usr/local/mysql
shell> chown -R mysql /usr/local/mysql/var
shell> chown -R mysql /usr/local/mysql/data
shell> chgrp -R mysql /usr/local/mysql
@end example