]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manual/mysql.tex
Updates
[bacula/docs] / docs / manual / mysql.tex
index 21bcbae10d426860b89fb85ded06fd0cdb05323b..40df0ad7d65fdb6eacb7fca1c22a17eeb0a680cd 100644 (file)
@@ -239,6 +239,24 @@ LDFLAGS="-lssl -lcyrpto" \
 \end{verbatim}
 \normalsize
 
+\subsection*{Installing MySQL from RPMs}
+\index[general]{MySQL!Installing from RPMs}
+\index[general]{Installing MySQL from RPMs}
+\addcontentsline{toc}{subsection}{Installing MySQL from RPMs}
+If you are installing MySQL from RPMs, you will need to install
+both the MySQL binaries and the client libraries.  The client
+libraries are ususally found in a devel package, so you must
+install:
+
+\footnotesize
+\begin{verbatim}
+  mysql
+  mysql-devel
+\end{verbatim}
+\normalsize
+
+This will be the same with most other package managers too.
+
 \subsection*{Upgrading MySQL}
 \index[general]{Upgrading MySQL }
 \index[general]{Upgrading!MySQL }