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
a41192de
Commit
a41192de
authored
Jan 11, 2018
by
Otto Kekäläinen
Committed by
Vicențiu-Marian Ciorbaru
Jan 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deb: Fix spelling etc Lintian complaints
parent
ed00fd2b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
debian/control
debian/control
+9
-6
debian/mariadb-client-10.3.README.Debian
debian/mariadb-client-10.3.README.Debian
+1
-1
debian/mariadb-server-10.3.README.Debian
debian/mariadb-server-10.3.README.Debian
+4
-4
No files found.
debian/control
View file @
a41192de
...
...
@@ -83,13 +83,14 @@ Architecture: any
Depends
:
libmariadb3
(=
${
binary
:
Version
}),
${
misc
:
Depends
}
Replaces
:
libmariadbclient18
Provides
:
libmariadbclient18
Description
:
Virtual
package
to
satisfy
external
depends
Description
:
Virtual
package
to
satisfy
external
libmariadbclient18
depends
MariaDB
is
a
fast
,
stable
and
true
multi
-
user
,
multi
-
threaded
SQL
database
server
.
SQL
(
Structured
Query
Language
)
is
the
most
popular
database
query
language
in
the
world
.
The
main
goals
of
MariaDB
are
speed
,
robustness
and
ease
of
use
.
.
This
package
provides
compatibility
symlinks
for
libmariadb3
.
This
package
provides
compatibility
symlinks
for
binaries
that
expect
to
find
libmariadbclient
.
so
.18
will
automatically
use
libmariadb
.
so
.3
instead
.
Package
:
libmysqlclient18
Section
:
libs
...
...
@@ -97,13 +98,14 @@ Architecture: any
Depends
:
libmariadb3
(=
${
binary
:
Version
}),
${
misc
:
Depends
}
Replaces
:
libmysqlclient18
Provides
:
libmysqlclient18
Description
:
Virtual
package
to
satisfy
external
depends
Description
:
Virtual
package
to
satisfy
external
libmysqlclient18
depends
MariaDB
is
a
fast
,
stable
and
true
multi
-
user
,
multi
-
threaded
SQL
database
server
.
SQL
(
Structured
Query
Language
)
is
the
most
popular
database
query
language
in
the
world
.
The
main
goals
of
MariaDB
are
speed
,
robustness
and
ease
of
use
.
.
This
package
provides
compatibility
symlinks
for
libmariadb3
.
This
package
provides
compatibility
symlinks
for
binaries
that
expect
to
find
libmysqlclient
.
so
.18
will
automatically
use
libmariadb
.
so
.3
instead
.
Package
:
libmariadb
-
dev
Architecture
:
any
...
...
@@ -626,6 +628,7 @@ Replaces: mariadb-gssapi-server-10.1,
mariadb-gssapi-server-10.2,
mariadb-gssapi-server-10.3
Description: GSSAPI authentication plugin for MariaDB server
This package contains the server components.
Package: mariadb-plugin-gssapi-client
Architecture: any
...
...
@@ -640,9 +643,9 @@ Replaces: mariadb-gssapi-client-10.1,
mariadb-gssapi-client-10.2,
mariadb-gssapi-client-10.3
Description: GSSAPI authentication plugin for MariaDB client
This package contains the client components.
Package: mariadb-backup-10.3
Section: database
Architecture: any
Breaks: mariadb-backup-10.1,
mariadb-backup-10.2
...
...
@@ -652,6 +655,7 @@ Depends: mariadb-server-10.3,
${misc:Depends},
${shlibs:Depends}
Description: Backup tool for MariaDB server
This backup tool is guaranteed to be compatible with MariaDB.
Package: mariadb-plugin-cracklib-password-check
Architecture: any
...
...
@@ -664,7 +668,6 @@ Description: CrackLib Password Validation Plugin for MariaDB
sufficiently secure (as defined by cracklib) user passwords in MariaDB.
Package: mariadb-plugin-aws-key-management
Section: database
Architecture: any
Breaks: mariadb-aws-key-management-10.1,
mariadb-aws-key-management-10.2
...
...
debian/mariadb-client-10.3.README.Debian
View file @
a41192de
FAQ:
Q: My <tab> completi
ti
on is gone, why?
Q: My <tab> completion is gone, why?
A: You have "no-auto-rehash" in the "[mysql]" section of /etc/mysql/my.cnf!
debian/mariadb-server-10.3.README.Debian
View file @
a41192de
...
...
@@ -42,7 +42,7 @@ https://mariadb.com/kb
It is strongly recommended you create an admin users for your database
adminstration needs.
If your
your
local unix account is the one you want to have local super user
If your local unix account is the one you want to have local super user
access on your database with you can create the following account that will
only work for the local unix user connecting to the database locally.
...
...
@@ -57,11 +57,11 @@ the DB server over the network:
sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO 'USERNAME'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION"
Scripts should run as a user have
have
the required grants and be identified via unix_socket.
Scripts should run as a user have the required grants and be identified via unix_socket.
If you are too tired to type the password in every time and unix_socket auth
doesn't suit your needs, you can store it in the file $HOME/.my.cnf. It should
be chmod 0600 (-rw------- username user
name
.my.cnf) to ensure that nobody else
be chmod 0600 (-rw------- username user
group
.my.cnf) to ensure that nobody else
can read it. Every other configuration parameter can be stored there, too.
For more information in the MariaDB manual in/usr/share/doc/mariadb-doc or
...
...
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