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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
faef2e6a
Commit
faef2e6a
authored
Jun 27, 2018
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more help text in case mysql_install_db fails.
parent
1f6a89a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+5
-0
No files found.
scripts/mysql_install_db.sh
View file @
faef2e6a
...
...
@@ -211,6 +211,11 @@ cannot_find_file()
echo
"If you compiled from source, you need to run 'make install' to"
echo
"copy the software into the correct location ready for operation."
echo
echo
"If you compiled from source, you need to either run 'make install' to"
echo
"copy the software into the correct location ready for operation."
echo
"If you don't want to do a full install, you can use the --srcdir"
echo
"option to only install the mysql database and privilege tables"
echo
echo
"If you are using a binary release, you must either be at the top"
echo
"level of the extracted archive, or pass the --basedir option"
echo
"pointing to that location."
...
...
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