Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c7fe6e13
Commit
c7fe6e13
authored
Jul 02, 2001
by
mwagner@evoq.mwagner.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi Corrected installation example.
parent
7e778166
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Docs/manual.texi
Docs/manual.texi
+2
-2
No files found.
Docs/manual.texi
View file @
c7fe6e13
...
@@ -5574,7 +5574,7 @@ shell> scripts/mysql_install_db
...
@@ -5574,7 +5574,7 @@ shell> scripts/mysql_install_db
shell> chown -R root /usr/local/mysql
shell> chown -R root /usr/local/mysql
shell> chown -R mysql /usr/local/mysql/data
shell> chown -R mysql /usr/local/mysql/data
shell> chgrp -R mysql /usr/local/mysql
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 &
shell> bin/safe_mysqld --user=mysql &
@end example
@end example
...
@@ -5705,7 +5705,7 @@ directory to the user that you will run @code{mysqld} as:
...
@@ -5705,7 +5705,7 @@ directory to the user that you will run @code{mysqld} as:
@example
@example
shell> chown -R root /usr/local/mysql
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
shell> chgrp -R mysql /usr/local/mysql
@end example
@end example
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment