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
db56853b
Commit
db56853b
authored
Feb 18, 2001
by
jcole@tetra.spaceapes.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/Demon/Daemon/g;
parent
fc8108ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+3
-3
No files found.
scripts/mysql_install_db.sh
View file @
db56853b
...
...
@@ -324,10 +324,10 @@ then
echo
if
test
"
$IN_RPM
"
-eq
0
then
echo
"You can start the MySQL demon with:"
echo
"You can start the MySQL d
a
emon with:"
echo
"cd @prefix@ ;
$bindir
/safe_mysqld &"
echo
echo
"You can test the MySQL demon with the benchmarks in the 'sql-bench' directory:"
echo
"You can test the MySQL d
a
emon with the benchmarks in the 'sql-bench' directory:"
echo
"cd sql-bench ; run-all-tests"
echo
fi
...
...
@@ -342,7 +342,7 @@ else
echo
"Installation of grant tables failed!"
echo
echo
"Examine the logs in
$ldata
for more information."
echo
"You can also try to start the mysqld demon with:"
echo
"You can also try to start the mysqld d
a
emon with:"
echo
"
$execdir
/mysqld --skip-grant &"
echo
"You can use the command line tool"
echo
"
$bindir
/mysql to connect to the mysql"
...
...
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