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
8a8ad0f3
Commit
8a8ad0f3
authored
Nov 09, 2001
by
arjen@co3064164-a.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed xrefs from Contrib to Portals.
parent
6a13f85d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Docs/manual.texi
Docs/manual.texi
+9
-9
No files found.
Docs/manual.texi
View file @
8a8ad0f3
...
@@ -13492,9 +13492,9 @@ group by
...
@@ -13492,9 +13492,9 @@ group by
@cindex Apache
@cindex Apache
The
Contrib section includes programs that let you authenticate your
The
re are programs that let you authenticate your users from a MySQL
users from a MySQL database and also let you log your log files
database and also let you log your log files into a MySQL table.
into a MySQL table. @xref{Contrib
}.
@xref{Portals
}.
You can change the Apache logging format to be easily readable by
You can change the Apache logging format to be easily readable by
MySQL by putting the following into the Apache configuration file:
MySQL by putting the following into the Apache configuration file:
...
@@ -16272,8 +16272,8 @@ or by manipulating the MySQL grant tables directly. The
...
@@ -16272,8 +16272,8 @@ or by manipulating the MySQL grant tables directly. The
preferred method is to use @code{GRANT} statements, because they are
preferred method is to use @code{GRANT} statements, because they are
more concise and less error-prone. @xref{GRANT}.
more concise and less error-prone. @xref{GRANT}.
There
is also a lot of contributed programs like @code{phpmyadmin} that
There
are also a lot of contributed programs like @code{phpmyadmin}
can be used to create and administrate users. @xref{Contrib
}.
that can be used to create and administrate users. @xref{Portals
}.
The examples below show how to use the @code{mysql} client to set up new
The examples below show how to use the @code{mysql} client to set up new
users. These examples assume that privileges are set up according to the
users. These examples assume that privileges are set up according to the
...
@@ -38176,8 +38176,7 @@ and on most Unix platforms.
...
@@ -38176,8 +38176,7 @@ and on most Unix platforms.
version at @uref{http://www.mysql.com/downloads/api-myodbc.html}.
version at @uref{http://www.mysql.com/downloads/api-myodbc.html}.
If you have problem with @strong{MyODBC} and your program also works
If you have problem with @strong{MyODBC} and your program also works
with OLEDB, you should try the OLEDB driver that you can find in the
with OLEDB, you should try the OLEDB driver.
Contrib section. @xref{Contrib}.
Normally you only need to install @strong{MyODBC} on Windows machines.
Normally you only need to install @strong{MyODBC} on Windows machines.
You only need @strong{MyODBC} for Unix if you have a program like
You only need @strong{MyODBC} for Unix if you have a program like
...
@@ -43315,8 +43314,9 @@ can be done on row-by-row or @code{GROUP BY} level.
...
@@ -43315,8 +43314,9 @@ can be done on row-by-row or @code{GROUP BY} level.
We have created an example procedure in MySQL Version 3.23 to
We have created an example procedure in MySQL Version 3.23 to
show you what can be done.
show you what can be done.
Additionally we recommend you to take a look at 'mylua', which you can find in the Contrib directory. @xref{Contrib}. Which this you can use the LUA
Additionally we recommend you to take a look at @code{mylua}.
language to load a procedure at runtime into @code{mysqld}.
With this you can use the LUA language to load a procedure at
runtime into @code{mysqld}.
@menu
@menu
* procedure analyse:: Procedure analyse
* procedure analyse:: Procedure analyse
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