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
b873d68a
Commit
b873d68a
authored
Nov 10, 2000
by
yfaktoro@nslinuxw2.bedford.progress.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First batch of changes in manual.texi from howard katz
parent
66d50f46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/manual.texi
Docs/manual.texi
+8
-8
No files found.
BitKeeper/etc/logging_ok
View file @
b873d68a
...
@@ -2,3 +2,4 @@ jcole@tetra.bedford.progress.com
...
@@ -2,3 +2,4 @@ jcole@tetra.bedford.progress.com
sasha@mysql.sashanet.com
sasha@mysql.sashanet.com
sasha@work.mysql.com
sasha@work.mysql.com
serg@serg.mysql.com
serg@serg.mysql.com
yfaktoro@nslinuxw2.bedford.progress.com
Docs/manual.texi
View file @
b873d68a
...
@@ -11498,7 +11498,7 @@ Note that @code{mysqlaccess} checks access using only the @code{user},
...
@@ -11498,7 +11498,7 @@ Note that @code{mysqlaccess} checks access using only the @code{user},
privileges.
privileges.
@node Connection access, Request access, Privileges, Privilege system
@node Connection access, Request access, Privileges, Privilege system
@section Access
c
ontrol, Stage 1: Connection Verification
@section Access
C
ontrol, Stage 1: Connection Verification
@cindex access control
@cindex access control
@cindex control access
@cindex control access
@cindex connecting, verification
@cindex connecting, verification
...
@@ -11521,7 +11521,7 @@ Your @strong{MySQL} user name
...
@@ -11521,7 +11521,7 @@ Your @strong{MySQL} user name
@end itemize
@end itemize
Identity checking is performed using the three @code{user} table scope fields
Identity checking is performed using the three @code{user} table scope fields
(@code{Host}, @code{User} and @code{Password}). The server accepts the
(@code{Host}, @code{User}
,
and @code{Password}). The server accepts the
connection only if a @code{user} table entry matches your hostname and user
connection only if a @code{user} table entry matches your hostname and user
name, and you supply the correct password.
name, and you supply the correct password.
...
@@ -11701,7 +11701,7 @@ If you have problems connecting to the server, print out the @code{user}
...
@@ -11701,7 +11701,7 @@ If you have problems connecting to the server, print out the @code{user}
table and sort it by hand to see where the first match is being made.
table and sort it by hand to see where the first match is being made.
@node Request access, Privilege changes, Connection access, Privilege system
@node Request access, Privilege changes, Connection access, Privilege system
@section Access
c
ontrol, Stage 2: Request Verification
@section Access
C
ontrol, Stage 2: Request Verification
Once you establish a connection, the server enters Stage 2. For each request
Once you establish a connection, the server enters Stage 2. For each request
that comes in on the connection, the server checks whether you have
that comes in on the connection, the server checks whether you have
...
@@ -11784,9 +11784,9 @@ wild cards or be blank in either table.
...
@@ -11784,9 +11784,9 @@ wild cards or be blank in either table.
@end itemize
@end itemize
The @code{tables_priv} and @code{columns_priv} tables are sorted on
The @code{tables_priv} and @code{columns_priv} tables are sorted on
the @code{Host}, @code{Db} and @code{User} fields. This is similar to
the @code{Host}, @code{Db}
,
and @code{User} fields. This is similar to
@code{db} table sorting, although the sorting is simpler because
@code{db} table sorting, although the sorting is simpler because
only the @code{Host} field may contain wildcards.
only the @code{Host} field may contain wild
cards.
The request verification process is described below. (If you are familiar
The request verification process is described below. (If you are familiar
with the access-checking source code, you will notice that the description
with the access-checking source code, you will notice that the description
...
@@ -12215,7 +12215,7 @@ mysql> FLUSH PRIVILEGES;
...
@@ -12215,7 +12215,7 @@ mysql> FLUSH PRIVILEGES;
@end example
@end example
You can also use @code{xmysqladmin}, @code{mysql_webadmin}, and even
You can also use @code{xmysqladmin}, @code{mysql_webadmin}, and even
@code{xmysql} to insert, change and update values in the grant tables.
@code{xmysql} to insert, change
,
and update values in the grant tables.
You can find these utilities in the
You can find these utilities in the
@uref{http://www.mysql.com/Downloads/Contrib/,Contrib directory of the @strong{MySQL}
@uref{http://www.mysql.com/Downloads/Contrib/,Contrib directory of the @strong{MySQL}
Website}.
Website}.
...
@@ -12225,7 +12225,7 @@ Website}.
...
@@ -12225,7 +12225,7 @@ Website}.
@findex SET PASSWORD statement
@findex SET PASSWORD statement
@cindex setting, passwords
@cindex setting, passwords
@node Passwords, Access denied, Adding users, Privilege system
@node Passwords, Access denied, Adding users, Privilege system
@section Setting
p
asswords
@section Setting
Up P
asswords
In most cases you should use @code{GRANT} to set up your users/passwords,
In most cases you should use @code{GRANT} to set up your users/passwords,
so the following only applies for advanced users. @xref{GRANT, , @code{GRANT}}.
so the following only applies for advanced users. @xref{GRANT, , @code{GRANT}}.
...
@@ -12428,7 +12428,7 @@ Another reason for this error on Linux is that you are using a binary
...
@@ -12428,7 +12428,7 @@ Another reason for this error on Linux is that you are using a binary
@strong{MySQL} version that is compiled with a different glibc version
@strong{MySQL} version that is compiled with a different glibc version
than the one you are using. In this case you should either upgrade your
than the one you are using. In this case you should either upgrade your
OS/glibc or download the source @strong{MySQL} version and compile this
OS/glibc or download the source @strong{MySQL} version and compile this
yourself
;
A source RPM is normally trivial to compile and install, so
yourself
.
A source RPM is normally trivial to compile and install, so
this isn't a big problem.
this isn't a big problem.
@item
@item
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