Xxv
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Installation) |
(→Installation) |
||
Zeile 12: | Zeile 12: | ||
==Installation== | ==Installation== | ||
<pre> | <pre> | ||
+ | cd $SOURCEDIR | ||
tar xvzf mysql-<VERSION>.tar.gz | tar xvzf mysql-<VERSION>.tar.gz | ||
./configure --prefix=/usr/local \ | ./configure --prefix=/usr/local \ | ||
Zeile 34: | Zeile 35: | ||
mysqld_safe --user=mysql & | mysqld_safe --user=mysql & | ||
</pre> | </pre> | ||
+ | |||
+ | ==Konfiguration== | ||
==Probleme== | ==Probleme== |
Version vom 29. Dezember 2004, 21:22 Uhr
Inhaltsverzeichnis |
Beschreibung
Softwareanforderungen
- mysql-server
- perl
- DBI
- DBD::mysql
- Event
- Test::Simple
- telnet-server
- mplayer (optional)
Installation
cd $SOURCEDIR tar xvzf mysql-<VERSION>.tar.gz ./configure --prefix=/usr/local \ --libexecdir=/usr/local/bin \ --without-extra-tools \ --without-bench make make install find . -name my-medium.cnf -exec cp --backup=t \{} /etc/my.cnf \; cd /usr/local/lib ln -s mysql/libmysqlclient.so* . groupadd mysql useradd -g mysql mysql chown -R mysql var mysql_install_db --user=mysql & ldconfig
Starten des Servers mit.
mysqld_safe --user=mysql &
Konfiguration
Probleme
Links
[1] | http://www.mysql.org | mySQL |
[1] | http://xpix.dieserver.de/content | Homepage |