Changed xrefs from Contrib to Portals.

parent 6a13f85d
...@@ -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 There 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment