User contributions
From Gentoo Wiki
Jump to:navigation
Jump to:search
- 03:14, 3 October 2024 diff hist +35 MySQL/Startup Guide/es Created page with "{{Cmd|SHOW DATABASES;|prompt=mysql> |output=<pre> +----------+ | Database | +----------+ | gentoo | | mysql | | test | +----------+ 3 rows in set (0.00 sec) </pre> }}" current
- 03:13, 3 October 2024 diff hist +178 N Translations:MySQL/Startup Guide/28/es Created page with "{{Cmd|SHOW DATABASES;|prompt=mysql> |output=<pre> +----------+ | Database | +----------+ | gentoo | | mysql | | test | +----------+ 3 rows in set (0.00 sec) </pre> }}" current
- 03:13, 3 October 2024 diff hist +447 N Translations:MySQL/Startup Guide/27/es Created page with "La salida nos permite saber que el comando fué ejecutado sin ningún error. En este caso, la fila 1 fué modificada. Esta es una referencia a la base de datos MySQL principal..." current
- 18:35, 1 October 2024 diff hist +106 N Translations:MySQL/Startup Guide/26/es Created page with "{{Cmd|CREATE DATABASE gentoo;|prompt=mysql> |output=<pre> Query OK, 1 row affected (0.08 sec) </pre> }}" current
- 18:35, 1 October 2024 diff hist +1 MySQL/Startup Guide/es
- 18:34, 1 October 2024 diff hist +1 Translations:MySQL/Startup Guide/25/es current
- 18:34, 1 October 2024 diff hist 0 Translations:MySQL/Startup Guide/25/es
- 18:33, 1 October 2024 diff hist -1 MySQL/Startup Guide/es Created page with "A pesar de que ya existe una base de datos de prueba creada, vamos a crear la nuestra. Aquellas son creadas usando el comando <code>CREATE DATABASE</code>. Vamos a crear una l..."
- 18:33, 1 October 2024 diff hist +191 N Translations:MySQL/Startup Guide/25/es Created page with "A pesar de que ya existe una base de datos de prueba creada, vamos a crear la nuestra. Aquellas son creadas usando el comando <code>CREATE DATABASE</code>. Vamos a crear una l..."
- 18:30, 1 October 2024 diff hist +11 MySQL/Startup Guide/es Created page with "{{Important|Por favor recuerde que los comandos MySQL deben terminar con un puntoycoma -- <code>;</code>}}"
- 18:30, 1 October 2024 diff hist +106 N Translations:MySQL/Startup Guide/24/es Created page with "{{Important|Por favor recuerde que los comandos MySQL deben terminar con un puntoycoma -- <code>;</code>}}" current
- 18:29, 1 October 2024 diff hist +165 N Translations:MySQL/Startup Guide/23/es Created page with "{{Cmd|SHOW DATABASES;|prompt=mysql> |output=<pre> +----------+ | Database | +----------+ | mysql | | test | +----------+ 2 rows in set (0.09 sec) </pre> }}" current
- 18:29, 1 October 2024 diff hist +23 MySQL/Startup Guide/es Created page with "Hemos ingresado y se muestra la terminal MySQL. Primero hagamos una revision de las bases de datos que actualmente se tienen. Para ello se usa el comando <code>SHOW DATABASES<..."
- 18:28, 1 October 2024 diff hist +9 Translations:MySQL/Startup Guide/17/es current
- 18:28, 1 October 2024 diff hist +182 N Translations:MySQL/Startup Guide/22/es Created page with "Hemos ingresado y se muestra la terminal MySQL. Primero hagamos una revision de las bases de datos que actualmente se tienen. Para ello se usa el comando <code>SHOW DATABASES<..." current
- 18:09, 26 September 2024 diff hist +3 MySQL/Startup Guide/es Created page with "=== Crear la base de datos ==="
- 18:08, 26 September 2024 diff hist +30 N Translations:MySQL/Startup Guide/21/es Created page with "=== Crear la base de datos ===" current
- 18:07, 26 September 2024 diff hist +31 MySQL/Startup Guide/es Created page with "== Configurar la base de datos =="
- 18:07, 26 September 2024 diff hist +33 N Translations:MySQL/Startup Guide/20/es Created page with "== Configurar la base de datos ==" current
- 18:07, 26 September 2024 diff hist +197 N Translations:MySQL/Startup Guide/142/es Created page with "{{Important|La instalación por defecto de mysql es destinada a sistemas de desarollo. Quizas usted desee ejecutar /usr/bin/mysql_secure_installation para establecer configura..." current
- 18:05, 26 September 2024 diff hist +83 MySQL/Startup Guide/es Created page with "El conmutador <code>-u</code> establece el usuario con el que se ingresará. El conmutador <code>-h</code> establece el anfitrión; usualmente este será <code>localhost</code..."
- 18:04, 26 September 2024 diff hist +560 N Translations:MySQL/Startup Guide/19/es Created page with "El conmutador <code>-u</code> establece el usuario con el que se ingresará. El conmutador <code>-h</code> establece el anfitrión; usualmente este será <code>localhost</code..." current
- 17:37, 26 September 2024 diff hist +12 MySQL/Startup Guide/es Created page with "{{Cmd|mysql -u root -h localhost -p|output=<pre> Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 4 to server version: 4.0...."
- 17:36, 26 September 2024 diff hist +260 N Translations:MySQL/Startup Guide/18/es Created page with "{{Cmd|mysql -u root -h localhost -p|output=<pre> Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 4 to server version: 4.0...." current
- 17:36, 26 September 2024 diff hist +110 N Translations:MySQL/Startup Guide/17/es Created page with "Luego verifique que la contraseña root ha sido establecida exitosamente tratando de entrar al servidor MySQL:"
- 17:35, 26 September 2024 diff hist +4 MySQL/Startup Guide/es Created page with "Luego establezca la contraseña root:"
- 17:35, 26 September 2024 diff hist +76 N Translations:MySQL/Startup Guide/16/es Created page with "{{RootCmd|/usr/bin/mysqladmin -u root -h localhost password 'new-password'}}" current
- 17:35, 26 September 2024 diff hist +37 N Translations:MySQL/Startup Guide/147/es Created page with "Luego establezca la contraseña root:" current
- 17:35, 26 September 2024 diff hist -6 MySQL/Startup Guide/es Created page with "{{RootCmd|systemctl restart mysqld.service}}"
- 17:34, 26 September 2024 diff hist +92 N Translations:MySQL/Startup Guide/148/es Created page with "Con >={{Package|dev-db/mariadb}}-10.1.18, use: {{RootCmd|systemctl restart mariadb.service}}" current
- 17:34, 26 September 2024 diff hist +44 N Translations:MySQL/Startup Guide/146/es Created page with "{{RootCmd|systemctl restart mysqld.service}}" current
- 17:34, 26 September 2024 diff hist +43 N Translations:MySQL/Startup Guide/145/es Created page with "Si usa Systemd, emita el siguiente comando:" current
- 17:34, 26 September 2024 diff hist 0 MySQL/Startup Guide/es Created page with "{{RootCmd|rc-service mysql start|output=<pre> * Re-caching dependency info (mtimes differ)... * Starting mysqld (/etc/mysql/my.cnf) ... [ ok ] </pre>}}"
- 17:33, 26 September 2024 diff hist +160 N Translations:MySQL/Startup Guide/15/es Created page with "{{RootCmd|rc-service mysql start|output=<pre> * Re-caching dependency info (mtimes differ)... * Starting mysqld (/etc/mysql/my.cnf) ... [ ok ] </pre>}}" current
- 17:33, 26 September 2024 diff hist 0 Translations:MySQL/Startup Guide/144/es current
- 17:33, 26 September 2024 diff hist -6 MySQL/Startup Guide/es Created page with "Si usa OpenRC, realize el siguiente comando:"
- 17:32, 26 September 2024 diff hist +44 N Translations:MySQL/Startup Guide/144/es Created page with "Si usa OpenRC, realize el siguiente comando:"
- 17:32, 26 September 2024 diff hist +16 MySQL/Startup Guide/es Created page with "El script de configuración ya ha impreso los comandos necesarios para establecer la contraseña."
- 17:31, 26 September 2024 diff hist +97 N Translations:MySQL/Startup Guide/14/es Created page with "El script de configuración ya ha impreso los comandos necesarios para establecer la contraseña." current
- 17:30, 26 September 2024 diff hist +54 MySQL/Startup Guide/es Created page with "{{Important|Desde mysql-4.0.24-r2, las contraseñas son ingresadas durante la fase de configuración, haciendo mas segura la instauración de la contraseña de administrador.}}"
- 17:29, 26 September 2024 diff hist +176 N Translations:MySQL/Startup Guide/13/es Created page with "{{Important|Desde mysql-4.0.24-r2, las contraseñas son ingresadas durante la fase de configuración, haciendo mas segura la instauración de la contraseña de administrador.}}" current
- 17:12, 26 September 2024 diff hist +4 MySQL/Startup Guide/es Created page with "Alguna información de MySQL no relacionada a la ebuild ha sido omitida para mantener este documento lo mas consistente posible."
- 17:11, 26 September 2024 diff hist +128 N Translations:MySQL/Startup Guide/12/es Created page with "Alguna información de MySQL no relacionada a la ebuild ha sido omitida para mantener este documento lo mas consistente posible." current
- 17:10, 26 September 2024 diff hist +21 MySQL/Startup Guide/es Created page with "{{Note|Si el comando previo aborta debido a que el nombre del anfitrion "hostname" es localhost, entonces cambielo por otro, por ejemplo ''gentoo''. Actualize el archivo {{Pat..."
- 17:09, 26 September 2024 diff hist +255 N Translations:MySQL/Startup Guide/143/es Created page with "{{Note|Si el comando previo aborta debido a que el nombre del anfitrion "hostname" es localhost, entonces cambielo por otro, por ejemplo ''gentoo''. Actualize el archivo {{Pat..." current
- 16:28, 26 September 2024 diff hist +965 N Translations:MySQL/Startup Guide/11/es Created page with "{{RootCmd|emerge --config {{=}}dev-db/mysql-[version]|output=<pre> * MySQL DATADIR is /var/lib/mysql * Press ENTER to create the mysql database and set proper * permissions..." current
- 16:28, 26 September 2024 diff hist +27 MySQL/Startup Guide/es Created page with "Ya que esta es una nueva instalación, es necesario ejecutar el comando anterior. Presione {{Key|ENTER}} cuando se lo soliciten en la configuración de MySQL; aquella establec..."
- 16:27, 26 September 2024 diff hist +392 N Translations:MySQL/Startup Guide/10/es Created page with "Ya que esta es una nueva instalación, es necesario ejecutar el comando anterior. Presione {{Key|ENTER}} cuando se lo soliciten en la configuración de MySQL; aquella establec..." current
- 03:59, 25 September 2024 diff hist +20 MySQL/Startup Guide/es
- 03:59, 25 September 2024 diff hist +20 Translations:MySQL/Startup Guide/9/es current