<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wiki.cure.edu.uy/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=186.49.78.235</id>
	<title>CURE - Informática - Contribuciones del usuario [es]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cure.edu.uy/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=186.49.78.235"/>
	<link rel="alternate" type="text/html" href="https://wiki.cure.edu.uy/index.php?title=Especial:Contribuciones/186.49.78.235"/>
	<updated>2026-06-01T03:26:43Z</updated>
	<subtitle>Contribuciones del usuario</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.cure.edu.uy/index.php?title=MySQL&amp;diff=432</id>
		<title>MySQL</title>
		<link rel="alternate" type="text/html" href="https://wiki.cure.edu.uy/index.php?title=MySQL&amp;diff=432"/>
		<updated>2011-06-16T23:54:51Z</updated>

		<summary type="html">&lt;p&gt;186.49.78.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;MySQL&amp;#039;&amp;#039;&amp;#039; es un software libre (en un esquema de licenciamiento dual) de gestión de bases de datos relacional, multihilo y multiusuario. Más información en: [http://es.wikipedia.org/wiki/MySQL|http://es.wikipedia.org/wiki/MySQL].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Requisitos Prévios ==&lt;br /&gt;
&lt;br /&gt;
* [[Apache2]]&lt;br /&gt;
&lt;br /&gt;
* [[PHP]]&lt;br /&gt;
&lt;br /&gt;
== Instalación MySQL ==&lt;br /&gt;
&lt;br /&gt;
 $ apt-get install mysql-server&lt;br /&gt;
&lt;br /&gt;
* Generar contraseña para MySQL&lt;br /&gt;
&lt;br /&gt;
 $ apt-get install pwgen&lt;br /&gt;
 $ pwgen 16 -y&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;la clave se guardará en /root/adminSysCure/MySQL.txt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Instalación PHPMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 $ apt-get install phpmyadmin&lt;br /&gt;
&lt;br /&gt;
* Comentar el alias para que no entre por el nombre por default (http://servidor.com/phpmyadmin)&lt;br /&gt;
&lt;br /&gt;
editar el archivo /etc/phpmyadmin/apache.conf comentando la linea:&lt;br /&gt;
&lt;br /&gt;
 Alias /phpmyadmin /usr/share/phpmyadmin&lt;br /&gt;
&lt;br /&gt;
Manejaremos mejor este tema con vhosts (ver: [[Apache2]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Instalación de openssl y ssl-cert&lt;br /&gt;
&lt;br /&gt;
 $ apt-get install openssl ssl-cert&lt;br /&gt;
&lt;br /&gt;
* Crear los certificados:&lt;br /&gt;
&lt;br /&gt;
 $ a2enmod ssl&lt;br /&gt;
 $ mkdir /etc/apache2/ssl&lt;br /&gt;
 $ /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Creamos el sitio base-de-datos-ssl y base-de-datos (más información en [[Apache2]]).&lt;br /&gt;
&lt;br /&gt;
* Habilitamos los sitios&lt;br /&gt;
&lt;br /&gt;
 $ a2ensite base-de-datos-ssl&lt;br /&gt;
 $ a2ensite base-de-datos&lt;br /&gt;
&lt;br /&gt;
* Reiniciamos apache&lt;br /&gt;
&lt;br /&gt;
 $ service apache2 restart&lt;/div&gt;</summary>
		<author><name>186.49.78.235</name></author>
	</entry>
</feed>