<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>https://wiki.minerva-apps.com/index.php?action=history&amp;feed=atom&amp;title=Installazione_di_MySQL_su_server_Debian%2FUbuntu</id>
	<title>Installazione di MySQL su server Debian/Ubuntu - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.minerva-apps.com/index.php?action=history&amp;feed=atom&amp;title=Installazione_di_MySQL_su_server_Debian%2FUbuntu"/>
	<link rel="alternate" type="text/html" href="https://wiki.minerva-apps.com/index.php?title=Installazione_di_MySQL_su_server_Debian/Ubuntu&amp;action=history"/>
	<updated>2026-05-01T15:56:07Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.minerva-apps.com/index.php?title=Installazione_di_MySQL_su_server_Debian/Ubuntu&amp;diff=785&amp;oldid=prev</id>
		<title>Andrea: Creata pagina con &quot;&amp;larr; Torna ad MySQL (Unix) Category:MySQL  == Introduzione == Instalalre mysql-server su ubuntu/debian  fonte: https://stackoverflow.com/questi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.minerva-apps.com/index.php?title=Installazione_di_MySQL_su_server_Debian/Ubuntu&amp;diff=785&amp;oldid=prev"/>
		<updated>2022-12-23T08:25:43Z</updated>

		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;&lt;a href=&quot;/index.php?title=GENERALE#MySQL_.28Unix.29&quot; title=&quot;GENERALE&quot;&gt;← Torna ad MySQL (Unix)&lt;/a&gt; &lt;a href=&quot;/index.php?title=Categoria:MySQL&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Categoria:MySQL (la pagina non esiste)&quot;&gt;Category:MySQL&lt;/a&gt;  == Introduzione == Instalalre mysql-server su ubuntu/debian  fonte: https://stackoverflow.com/questi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[GENERALE#MySQL (Unix)|&amp;amp;larr; Torna ad MySQL (Unix)]] [[Category:MySQL]]&lt;br /&gt;
&lt;br /&gt;
== Introduzione ==&lt;br /&gt;
Instalalre mysql-server su ubuntu/debian&lt;br /&gt;
&lt;br /&gt;
fonte: https://stackoverflow.com/questions/42421585/default-password-of-mysql-in-ubuntu-server-16-04&lt;br /&gt;
&lt;br /&gt;
== Procedura ==&lt;br /&gt;
# installazione server&lt;br /&gt;
#: {{code|apt-get install mysql-server}}&lt;br /&gt;
# vedere le credenziali dell'utente di manutenzione&lt;br /&gt;
#: le credenziali sono nel file {{code|/etc/mysql/debian.cfg}}&lt;br /&gt;
# creare un utente amministratore&lt;br /&gt;
#: {{code|CREATE USER 'nsadmin'@'localhost' IDENTIFIED BY 'mysql279';}}&lt;br /&gt;
#: {{code|GRANT ALL PRIVILEGES ON *.* TO 'nsadmin'@'localhost' WITH GRANT OPTION;}}&lt;br /&gt;
#: {{code|FLUSH PRIVILEGES;}}&lt;/div&gt;</summary>
		<author><name>Andrea</name></author>
		
	</entry>
</feed>