Xxv
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Beschreibung) |
|||
| Zeile 45: | Zeile 45: | ||
==Konfiguration== | ==Konfiguration== | ||
| − | + | ==Plugins== | |
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
==Probleme== | ==Probleme== | ||
==Links== | ==Links== | ||
Version vom 29. Dezember 2004, 21:26 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
Plugins
Probleme
Links
| [1] | http://www.mysql.org | mySQL |
| [2] | http://xpix.dieserver.de/content | Homepage |