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
40b62a93
Commit
40b62a93
authored
Dec 13, 2022
by
Daniel Black
Committed by
Andrew Hutchings
Dec 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mariadb-install-db: use mariadb names
Also refer to the service file for startup.
parent
952af4a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+10
-10
No files found.
scripts/mysql_install_db.sh
View file @
40b62a93
...
...
@@ -593,17 +593,17 @@ else
echo
echo
" shell>
$0
--defaults-file=~/.my.cnf"
echo
echo
"You can also try to start the m
ysql
d daemon with:"
echo
"You can also try to start the m
ariadb
d daemon with:"
echo
echo
" shell>
$mysqld
--skip-grant-tables --general-log &"
echo
echo
"and use the command line tool
$bindir
/m
ysql
"
echo
"and use the command line tool
$bindir
/m
ariadb
"
echo
"to connect to the mysql database and look at the grant tables:"
echo
echo
" shell>
$bindir
/m
ysql
-u root mysql"
echo
"
mysql
> show tables;"
echo
" shell>
$bindir
/m
ariadb
-u root mysql"
echo
"
MariaDB
> show tables;"
echo
echo
"Try 'mysqld --help' if you have problems with paths. Using"
echo
"Try '
$
mysqld
--help' if you have problems with paths. Using"
echo
"--general-log gives you a log in
$ldata
that may be helpful."
link_to_help
echo
"You can find the latest source at https://downloads.mariadb.org and"
...
...
@@ -621,8 +621,8 @@ fi
if
test
"
$cross_bootstrap
"
-eq
0
&&
test
-z
"
$srcdir
"
then
s_echo
s_echo
"To start m
ysql
d at boot time you have to copy"
s_echo
"support-files/m
ysql.server
to the right place for your system"
s_echo
"To start m
ariadb
d at boot time you have to copy"
s_echo
"support-files/m
ariadb.service
to the right place for your system"
if
test
"
$auth_root_authentication_method
"
=
normal
then
...
...
@@ -631,7 +631,7 @@ then
echo
"PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !"
echo
"To do so, start the server, then issue the following command:"
echo
echo
"'
$bindir
/m
ysql_secure_
installation'"
echo
"'
$bindir
/m
ariadb-secure-
installation'"
echo
echo
"which will also give you the option of removing the test"
echo
"databases and anonymous user created by default. This is"
...
...
@@ -655,10 +655,10 @@ then
then
echo
echo
"You can start the MariaDB daemon with:"
echo
"cd '
$basedir
' ;
$bindir
/m
ysqld_
safe --datadir='
$ldata
'"
echo
"cd '
$basedir
' ;
$bindir
/m
ariadb-
safe --datadir='
$ldata
'"
echo
echo
"You can test the MariaDB daemon with mysql-test-run.pl"
echo
"cd '
$basedir
/
mysql-test' ; perl mysql
-test-run.pl"
echo
"cd '
$basedir
/
@INSTALL_MYSQLTESTDIR@' ; perl mariadb
-test-run.pl"
fi
echo
...
...
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