mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
s/Demon/Daemon/g;
This commit is contained in:
parent
8811793343
commit
a78f9ad084
1 changed files with 3 additions and 3 deletions
|
@ -324,10 +324,10 @@ then
|
||||||
echo
|
echo
|
||||||
if test "$IN_RPM" -eq 0
|
if test "$IN_RPM" -eq 0
|
||||||
then
|
then
|
||||||
echo "You can start the MySQL demon with:"
|
echo "You can start the MySQL daemon with:"
|
||||||
echo "cd @prefix@ ; $bindir/safe_mysqld &"
|
echo "cd @prefix@ ; $bindir/safe_mysqld &"
|
||||||
echo
|
echo
|
||||||
echo "You can test the MySQL demon with the benchmarks in the 'sql-bench' directory:"
|
echo "You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:"
|
||||||
echo "cd sql-bench ; run-all-tests"
|
echo "cd sql-bench ; run-all-tests"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
@ -342,7 +342,7 @@ else
|
||||||
echo "Installation of grant tables failed!"
|
echo "Installation of grant tables failed!"
|
||||||
echo
|
echo
|
||||||
echo "Examine the logs in $ldata for more information."
|
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 daemon with:"
|
||||||
echo "$execdir/mysqld --skip-grant &"
|
echo "$execdir/mysqld --skip-grant &"
|
||||||
echo "You can use the command line tool"
|
echo "You can use the command line tool"
|
||||||
echo "$bindir/mysql to connect to the mysql"
|
echo "$bindir/mysql to connect to the mysql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue