MySQL: Unterschied zwischen den Versionen

Aus Linupedia.org
Wechseln zu: Navigation, Suche
(MySQL Handbuch und Tutorital)
(Links aktualisiert, Infobox, Installationsbox)
Zeile 1: Zeile 1:
Autor: whois
+
{{Infobox_Software|
 +
Name=MySQL
 +
|Screenshot=
 +
|Beschreibung= Datenbank
 +
|Hersteller= MySQL AB
 +
|AktuelleVersion=5.0.37 (Community Server), 5.0.32 (Enterprise Server)
 +
|AktuelleVersionFreigabeDatum= 27. Februar 2007
 +
|Neuste Preview-Version = 5.2.3 Falcon-Alpha
 +
|Freigabedatum der neusten Preview-Version = 15.Februar 2007
 +
|Betriebssystem=  Unix, Linux, Windows, OS X, OpenVMS
 +
|Kategorie= [[Datenbankmanagementsystem]]
 +
|Lizenz= Duales Lizenzsystem: Kommerziell und [[GNU General Public License|GPL]])
 +
|Deutsch= ja
 +
|Website= [http://mysql.com/ mysql.com]
 +
}}
  
== 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.
+
== Installation ==
  
http://mysql-faq.sourceforge.net/installation2.html
+
{{Box_Installation}}
  
http://de3.php.net/manual/de/ref.mysql.php
+
Es wird die Installation von [[APT]] oder [[Smart]] vorausgesetzt, welche mit der im Wiki befindlichen
 +
[[Apt_Musterkonfigurationen#Repository_Listen_für_Apt| APT sources.list]] oder [[Smart Musterkonfigurationen|Smart Channels]] ausgeführt werden.
  
== Das Linux-MySQL Handbuch ==
+
apt-get install {{PAGENAMEE}}
  
http://www.little-idiot.de/mysql/
+
oder
  
http://www.infos24.de/mysqle/handbuch/mysql_inhaltsverzeichnis.htm
+
smart install {{PAGENAMEE}}
  
http://www.sqltutorial.de/
 
  
http://info.ccone.at/INFO/MySQL/manual.de_Function_Index.html =in Deutsch
+
== Quellen und weiterführende Links ==
 +
Die eigentlichen Links sind ursprünglich von [[Benutzer:oc2pus|oc2pus]] und [[Benutzer:whois|whois]] zusammengestellt worden
  
== MySQL Handbuch und Tutorital ==
+
=== Installation ===
 +
* http://www.debiansec.com/linux/services/mysql.html {{Englisch}}
 +
* http://mysql-faq.sourceforge.net/installation2.html {{Deutsch}}
 +
* http://de3.php.net/manual/de/ref.mysql.php {{Deutsch}}
  
http://dev.mysql.com/doc/mysql/de/index.html
+
=== MySQL Handbücher ===
 +
* http://www.sqltutorial.de/ {{Deutsch}}
 +
* http://www.infos24.de/mysqle/handbuch/mysql_inhaltsverzeichnis.htm {{Deutsch}}
 +
* http://www.little-idiot.de/mysql/ {{Deutsch}}
 +
* http://dev.mysql.com/doc/refman/5.1/de/index.html {{Deutsch}}
 +
* http://dev.mysql.com/doc/refman/5.1/de/tutorial.html {{Deutsch}}
  
http://dev.mysql.com/doc/mysql/de/Tutorial.html
 
  
 +
===  MySQL ERROR ===
 +
* [http://dev.mysql.com/doc/refman/5.1/de/common-errors.html ERROR] {{Deutsch}}
 +
* [http://dev.mysql.com/doc/refman/5.1/de/option-files.html OPTIONS] {{Deutsch}}
  
== MySQL ERROR ==
+
----
Wenn Fehler auftreten könnt ihr hier nachsehen
 
  
http://dev.mysql.com/doc/refman/4.0/de/common-errors.html
+
[[Datenbanken|Zurück zur Datenbank]]
 
+
[[Kategorie:Datenbanken]]
http://dev.mysql.com/doc/refman/4.0/de/option-files.html
 
 
 
http://www.linuxclub.de/viewtopic.php?t=41091
 
 
 
eingefügt von --[[Benutzer:Yehudi|Yehudi]] 20:22, 2. Sep 2006 (CEST)
 
 
 
[[Category:Datenbanken]]
 

Version vom 28. April 2007, 12:58 Uhr

MySQL

Datenbank
Basisdaten
Entwickler: MySQL AB
Aktuelle Version: 5.0.37 (Community Server), 5.0.32 (Enterprise Server)
letzte Veröffentlichung: 27. Februar 2007
Betriebssystem: Unix, Linux, Windows, OS X, OpenVMS
Kategorie: Datenbankmanagementsystem
Lizenz: Duales Lizenzsystem: Kommerziell und GPL)
Deutschsprachig: ja
Webseite: mysql.com



Installation

Folgende Pakete (inkl. eventueller Abhängigkeiten) müssen installiert sein: {{{1}}}

{{{2}}}


Es wird die Installation von APT oder Smart vorausgesetzt, welche mit der im Wiki befindlichen APT sources.list oder Smart Channels ausgeführt werden.

apt-get install MySQL

oder

smart install MySQL


Quellen und weiterführende Links

Die eigentlichen Links sind ursprünglich von oc2pus und whois zusammengestellt worden

Installation

MySQL Handbücher


MySQL ERROR


Zurück zur Datenbank