Difference between revisions of "Mysql, samba, other servers"

From docwiki
Jump to: navigation, search
(Created page with "Category:LinuxLV Category:Linux Server == Motivation == Besides web servers there are a lot of other server services that can be used on Linux. To much to mention th...")
 
(mysql/mariadb)
Line 6: Line 6:
   
 
== mysql/mariadb ==
 
== mysql/mariadb ==
  +
  +
From the free software/open source databases there is postgresql and mysql. Mysql is free software under GPL license but the company that developed it was bought by orcale. As no one trust oracle the code was forked. The free and trusted fork is mariadb which is compatible to mysql but independently developed.

Revision as of 07:17, 3 April 2020


Motivation

Besides web servers there are a lot of other server services that can be used on Linux. To much to mention them all but here just a quick overview of what is available and a little dive into mysql/mariadb and samba.

mysql/mariadb

From the free software/open source databases there is postgresql and mysql. Mysql is free software under GPL license but the company that developed it was bought by orcale. As no one trust oracle the code was forked. The free and trusted fork is mariadb which is compatible to mysql but independently developed.