MySQL: Unterschied zwischen den Versionen

Aus Linupedia.org
Wechseln zu: Navigation, Suche
(Wie installiere ich MySql richtig)
Zeile 3: Zeile 3:
 
== Wie installiere ich MySql richtig ==
 
== Wie installiere ich MySql richtig ==
  
 
+
Autor: oc2pus
 
 
 
http://www.debiansec.com/linux/services/mysql.html
 
http://www.debiansec.com/linux/services/mysql.html
  
Code:
+
Zitat:
The MySQL database server is the world's most popular open source database. Its architecture makes it extremely fast and easy to customize. Extensive reuse of code within the software and a minimalistic approach to producing functionally-rich features has resulted in a database management system unmatched in speed, compactness, stability and ease of deployment. The unique separation of the core server from the table handler makes it possible to run with strict transaction control or with ultra-fast transactionless disk access, whichever is most appropriate for the situation.
+
The MySQL database server is the world's most popular open source database. Its architecture makes it extremely fast and easy to customize. Extensive reuse of code within the software and a minimalistic approach to producing functionally-rich features has resulted in a database management system unmatched in speed, compactness, stability and ease of deployment. The unique separation of the core server from the table handler makes it possible to run with strict transaction control or with ultra-fast transactionless disk access, whichever is most appropriate for the situation.
  
 
By default MySQL is not running chrooted like this could be done and is also recommended. So we will chroot MySQL and also secure the configuration.
 
By default MySQL is not running chrooted like this could be done and is also recommended. So we will chroot MySQL and also secure the configuration.
  
 +
MySQL zu installieren ist nicht immer Leicht besonders für Anfänger.
  
http://www.linuxclub.de/viewtopic.php?t=42445
+
http://mysql-faq.sourceforge.net/installation2.html
  
 +
http://de3.php.net/manual/de/ref.mysql.php
  
 
== Das Linux-MySQL Handbuch ==
 
== Das Linux-MySQL Handbuch ==

Version vom 2. September 2006, 20:15 Uhr

Autor: whois

Wie installiere ich MySql richtig

Autor: oc2pus http://www.debiansec.com/linux/services/mysql.html

Zitat: The MySQL database server is the world's most popular open source database. Its architecture makes it extremely fast and easy to customize. Extensive reuse of code within the software and a minimalistic approach to producing functionally-rich features has resulted in a database management system unmatched in speed, compactness, stability and ease of deployment. The unique separation of the core server from the table handler makes it possible to run with strict transaction control or with ultra-fast transactionless disk access, whichever is most appropriate for the situation.

By default MySQL is not running chrooted like this could be done and is also recommended. So we will chroot MySQL and also secure the configuration.

MySQL zu installieren ist nicht immer Leicht besonders für Anfänger.

http://mysql-faq.sourceforge.net/installation2.html

http://de3.php.net/manual/de/ref.mysql.php

Das Linux-MySQL Handbuch

http://www.linuxclub.de/viewtopic.php?t=40858

MySQL Handbuch und Tutorital

http://www.linuxclub.de/viewtopic.php?t=9785[/b]


http://www.linuxclub.de/viewtopic.php?t=41091

eingefügt von --Yehudi 20:22, 2. Sep 2006 (CEST)