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
7c94a4a1
Commit
7c94a4a1
authored
Sep 27, 2001
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi typo fixes.
Docs/manual.texi: typo fixes.
parent
cdb4cd74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Docs/manual.texi
Docs/manual.texi
+4
-3
No files found.
Docs/manual.texi
View file @
7c94a4a1
...
@@ -17191,7 +17191,7 @@ knowing your 'scrambled' password is enough to be able to connect to
...
@@ -17191,7 +17191,7 @@ knowing your 'scrambled' password is enough to be able to connect to
the MySQL server!
the MySQL server!
@end itemize
@end itemize
MySQL users and the
y
privileges are normally created with the
MySQL users and the
ir
privileges are normally created with the
@code{GRANT} command. @xref{GRANT}.
@code{GRANT} command. @xref{GRANT}.
When you login to a MySQL server with a command line client you
When you login to a MySQL server with a command line client you
...
@@ -17217,13 +17217,14 @@ mysql -u monty -p database_name
...
@@ -17217,13 +17217,14 @@ mysql -u monty -p database_name
Note that in the last example the password is @strong{NOT} 'database_name'.
Note that in the last example the password is @strong{NOT} 'database_name'.
If you want to use the @code{-p} option to supply a password you should do like this:
If you want to use the @code{-p} option to supply a password you should do so
like this:
@example
@example
mysql -u monty -pguess database_name
mysql -u monty -pguess database_name
@end example
@end example
On some system the library call that MySQL uses to prompt for a
On some system
s,
the library call that MySQL uses to prompt for a
password will automatically cut the password to 8 characters. Internally
password will automatically cut the password to 8 characters. Internally
MySQL doesn't have any limit for the length of the password.
MySQL doesn't have any limit for the length of the password.
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