<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>http://wiki.zovi.ch/index.php?action=history&amp;feed=atom&amp;title=MariaDB</id>
	<title>MariaDB - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.zovi.ch/index.php?action=history&amp;feed=atom&amp;title=MariaDB"/>
	<link rel="alternate" type="text/html" href="http://wiki.zovi.ch/index.php?title=MariaDB&amp;action=history"/>
	<updated>2026-04-17T02:35:26Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Zovis Wikili</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://wiki.zovi.ch/index.php?title=MariaDB&amp;diff=646&amp;oldid=prev</id>
		<title>Zovi: Die Seite wurde neu angelegt: „        == FAQ ==  User hat für Installationen wie NextCloud, phpIPam, ...kein Recht einem anderen User Rechte zu vergeben.  ab 2020 muss einem neuen User noc…“</title>
		<link rel="alternate" type="text/html" href="http://wiki.zovi.ch/index.php?title=MariaDB&amp;diff=646&amp;oldid=prev"/>
		<updated>2020-08-10T15:06:02Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „        == FAQ ==  User hat für Installationen wie NextCloud, phpIPam, ...kein Recht einem anderen User Rechte zu vergeben.  ab 2020 muss einem neuen User noc…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
User hat für Installationen wie NextCloud, phpIPam, ...kein Recht einem anderen User Rechte zu vergeben.&lt;br /&gt;
&lt;br /&gt;
ab 2020 muss einem neuen User noch grant Recht vergeben werden. &lt;br /&gt;
&lt;br /&gt;
Früher:&lt;br /&gt;
 sudo mysql_secure_installation&lt;br /&gt;
 # answer yes to all questions&lt;br /&gt;
 &lt;br /&gt;
 sudo mysql -u root -p&lt;br /&gt;
 	create database nextcloud;&lt;br /&gt;
 	create user nxtcloudadmin@localhost identified by 'admin123';&lt;br /&gt;
 	grant all privileges on nextcloud.* to nxtcloudadmin@localhost identified by 'admin123';&lt;br /&gt;
 	flush privileges;&lt;br /&gt;
 	exit;&lt;br /&gt;
 	&lt;br /&gt;
 sudo nano /etc/mysql/my.cnf&lt;br /&gt;
 # add these lines at the bottom:&lt;br /&gt;
 	log-bin = /var/log/mysql/mariadb-bin&lt;br /&gt;
 	log-bin-index = /var/log/mysql/mariadb-bin.index&lt;br /&gt;
 	binlog_format = mixed&lt;br /&gt;
 	&lt;br /&gt;
 sudo service mysql reload&lt;br /&gt;
&lt;br /&gt;
Neu:&lt;br /&gt;
 sudo mysql_secure_installation&lt;br /&gt;
 # answer yes to all questions&lt;br /&gt;
 &lt;br /&gt;
 sudo mysql -u root -p&lt;br /&gt;
 	create database nextcloud;&lt;br /&gt;
 	create user 'nxtcloudadmin'@'localhost' identified by 'admin123';&lt;br /&gt;
 	grant all privileges on nextcloud.* to 'nxtcloudadmin'@'localhost' identified by 'admin123' with grant option;&lt;br /&gt;
 	flush privileges;&lt;br /&gt;
 	exit;&lt;br /&gt;
 	&lt;br /&gt;
 sudo nano /etc/mysql/my.cnf&lt;br /&gt;
 # add these lines at the bottom:&lt;br /&gt;
 	log-bin = /var/log/mysql/mariadb-bin&lt;br /&gt;
 	log-bin-index = /var/log/mysql/mariadb-bin.index&lt;br /&gt;
 	binlog_format = mixed&lt;br /&gt;
 	&lt;br /&gt;
 sudo service mysql reload&lt;/div&gt;</summary>
		<author><name>Zovi</name></author>
		
	</entry>
</feed>