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
796489ea
Commit
796489ea
authored
Feb 20, 2006
by
holyfoot@deer.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Messgges corrected in mysql_upgrade script
parent
70fdbff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
scripts/mysql_upgrade.sh
scripts/mysql_upgrade.sh
+5
-5
No files found.
scripts/mysql_upgrade.sh
View file @
796489ea
...
@@ -95,12 +95,12 @@ then
...
@@ -95,12 +95,12 @@ then
echo
"MySQL utility script to upgrade database to the current server version"
echo
"MySQL utility script to upgrade database to the current server version"
echo
""
echo
""
echo
"It takes the following arguments:"
echo
"It takes the following arguments:"
echo
" --basedir Specifies the directory where MySQL is installed"
echo
" --user user for database login if not current user"
echo
" --datadir data directory"
echo
" --force keep process ignoring errors"
echo
" --verbose give more output about the process"
echo
" --help Show this help message"
echo
" --help Show this help message"
echo
" --basedir Specifies the directory where MySQL is installed"
echo
" --datadir Specifies the data directory"
echo
" --force Mysql_upgrade.info file will be ignored"
echo
" --user Username for server login if not current user"
echo
" --verbose Display more output about the process"
echo
""
echo
""
exit
0
exit
0
...
...
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