Xxv
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
(→Beschreibung) |
||
Zeile 1: | Zeile 1: | ||
==Beschreibung== | ==Beschreibung== | ||
+ | {| | ||
+ | | [[Bild:xxv-00.jpg|thumb|none|]] | ||
+ | | [[Bild:xxv-01.jpg|thumb|none|]] | ||
+ | |- | ||
+ | | [[Bild:xxv-02.jpg|thumb|none|]] | ||
+ | | [[Bild:xxv-03.jpg|thumb|none|]] | ||
+ | |} | ||
+ | |||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* mysql-server | * mysql-server |
Version vom 29. Dezember 2004, 21:24 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 |
[2] | http://xpix.dieserver.de/content | Homepage |