Descargar MYSQL server 5.5
How To Install MySQL Server & MySQL Workbench on Ubuntu Linux (2025)
How to Install MySQL Server and MySQL Workbench on Ubuntu 24.04 LTS Linux
Learn how to install *MySQL Server* and *MySQL Workbench* on Ubuntu 24.04 LTS Linux in this comprehensive tutorial. This step-by-step guide will walk you through installing the MySQL database server and its graphical user interface (GUI) client for managing your databases efficiently.
---
What is MySQL?
*MySQL* is a widely used open-source relational database management system. It’s ideal for web applications, data analysis, and enterprise solutions. MySQL Workbench complements it with a GUI for database modeling, SQL development, and server administration.
---
Steps to Install MySQL Server
#### 1. *Update System Packages*
Start by updating your package lists:
```bash
sudo apt update && sudo apt upgrade -y
```
#### 2. *Install MySQL Server*
Install the MySQL Server package using the following command:
```bash
sudo apt install mysql-server -y
```
#### 3. *Secure MySQL Installation*
Run the MySQL security script to configure recommended security settings:
```bash
sudo mysql_secure_installation
```
Follow the prompts to set up a root password, remove anonymous users, disallow root login remotely, and remove test databases.
#### 4. *Verify MySQL Installation*
Check if MySQL is running:
```bash
sudo systemctl status mysql
```
Login to MySQL to confirm:
```bash
sudo mysql -u root -p
```
---
Steps to Install MySQL Workbench
#### 1. *Add MySQL APT Repository*
Download and add the MySQL APT repository to ensure you get the latest version of Workbench:
```bash
wget
sudo dpkg -i mysql-apt-config_0.8.25-1_all.deb
sudo apt update
```
#### 2. *Install MySQL Workbench*
Install MySQL Workbench with the following command:
```bash
sudo apt install mysql-workbench -y
```
#### 3. *Launch MySQL Workbench*
You can start MySQL Workbench from the applications menu or by running:
```bash
mysql-workbench
```
---
Testing Your Installation
#### 1. *Connect to MySQL Server*
Open MySQL Workbench.
Click on *+* to create a new connection.
Enter your credentials (e.g., root user and password).
Test the connection and save.
#### 2. *Run SQL Queries*
Use the SQL editor to run queries and manage your databases.
---
Additional Tips
Regularly update MySQL and Workbench for new features and security patches:
```bash
sudo apt update && sudo apt upgrade
```
Use MySQL Workbench for database design, query optimization, and server management.
Monitor your database performance and set up proper backup solutions.
With MySQL Server and Workbench installed on Ubuntu 24.04 LTS, you're all set to build and manage robust databases. Like, share, and subscribe for more Linux tutorials!Ver video "How To Install MySQL Server & MySQL Workbench on Ubuntu Linux (2025)"
00 - Intro al curso de MySQL Server
Ver video "00 - Intro al curso de MySQL Server"
HOW TO GET FREE WEB HOSTING TRAFFICE DOMAIN PHP MYSQL SERVER
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/o2o5q9a
HOW TO GET FREE WEB HOSTING TRAFFICE DOMAIN PHP MYSQL SERVER
HOW,TO,GET,FREE,WEB,HOSTING,TRAFFICE,DOMAIN,PHP,MYSQL,SERVER
http://tinyurl.com/o2o5q9a
Ver video "HOW TO GET FREE WEB HOSTING TRAFFICE DOMAIN PHP MYSQL SERVER"
33.Curso PHP MySQL. BBDD MySql.
Ver video "33.Curso PHP MySQL. BBDD MySql."
TRAILER MYSQL
Ver video "TRAILER MYSQL"
Hosting - MySQL
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/pnm9g5g
Hosting - MySQL
Hosting,MySQL
http://tinyurl.com/pnm9g5g
Ver video "Hosting - MySQL"
PHP MYSQL
Pequeño codigo y tutorial de php y mysql - http://cp.cotorreando.net/
Ver video "PHP MYSQL"
MySQL Hosting
Click The Link Below For Honest Up to date Reviews Of Budget Webhosts
http://tinyurl.com/okfgllv
MySQL Hosting
MySQL,Hosting
http://tinyurl.com/okfgllv
Ver video "MySQL Hosting"
45.Curso PHP MySQL. Actualizando registros en BBDD MySql.
Ver video "45.Curso PHP MySQL. Actualizando registros en BBDD MySql."
Instalar Mysql 2024
Para este videotutorial aprenderemos de forma fácil como instalar MySQL mediante el Paquete del Xampp, así mismo aprenderemos como instalar el entorno visual de MySQL Workbench.
Descargar MySQL Workbench: https://dev.mysql.com/downloads/workbench/
Descargar Xampp: https://www.apachefriends.org/es/index.htmlVer video "Instalar Mysql 2024"
MySQL Cluster 7.1.17
En esta practica vamos a implantar un Cluster de MySQL. Para ello vamos a seguir el ejemplo propuesto en la guía de referencia de MySQL en: http://dev.mysql.com/doc/mysql-cluster-excerpt/5.1/en/mysql-cluster.html aunque con ligeras modificaciones.
Vamos a utilizar como sistema operativo base, en los 4 equipos, Ubuntu-Server 11.04 de 32 bits, virtualizado con Virtualbox 4.1.6
Lo primero que necesitamos para tener un Cluster MySQL son varias máquinas, en nuestro caso cada una con 1 GB de RAM, 8 GB de HD y 1 tarjeta de red con IP estática.
- 1 que hará las veces de nodo de administración (MGM o Management node que ejecuta el demonio "ndb_mgmd") con la IP: 192.168.2.10
- 1 Servidor SQL (MySQL Server que ejecutan el demonio "mysqld") con la IP: 192.168.2.20
- 2 que serán los nodos de datos (Data Nodes que ejecutan el demonio "ndbd") con las IPs: 192.168.2.30 y 192.168.2.40Ver video "MySQL Cluster 7.1.17"
44.Curso PHP MySQL. Eliminando registros en BBDD MySql.
Ver video "44.Curso PHP MySQL. Eliminando registros en BBDD MySql."
InstalaciondePHP,Mysql,Apache
Explicación de como instalar los programas PHP,Mysql;Apache
Ver video "InstalaciondePHP,Mysql,Apache"
42.Curso PHP MySQL. Insertando registros en BBDD MySql.
Ver video "42.Curso PHP MySQL. Insertando registros en BBDD MySql."
¿Cómo instalar MySQL?
Instalación sencilla de MySQL
Ver video "¿Cómo instalar MySQL?"
34.Curso PHP MySQL. Creando y eliminando tablas MySql.
Ver video "34.Curso PHP MySQL. Creando y eliminando tablas MySql."
MySQL Workbench CRUD
la base de datos
Ver video "MySQL Workbench CRUD"
46.Curso PHP MySQL. Actualizando registros en BBDD MySql II
Ver video "46.Curso PHP MySQL. Actualizando registros en BBDD MySql II"
50.Curso PHP MySQL. Consultas preparadas Insertar registros en MySql.
Ver video "50.Curso PHP MySQL. Consultas preparadas Insertar registros en MySql."
43.Curso PHP MySQL. Insertando registros en BBDD MySql II.
Ver video "43.Curso PHP MySQL. Insertando registros en BBDD MySql II."
05-PHP-MYSQL-INGRESAR
PHP DW 8 INGRESAR
Ver video "05-PHP-MYSQL-INGRESAR"
instalacion-apache-mysql-php_0001
instalacion apache mysql php
Ver video "instalacion-apache-mysql-php_0001"
08-PHP-MYSQL-ELIMINAR
PHP DW 8 ELIMINAR
Ver video "08-PHP-MYSQL-ELIMINAR"
web hosting unlimited mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/p96pya8
web hosting unlimited mysql
web,hosting,unlimited,mysql
http://tinyurl.com/p96pya8
Ver video "web hosting unlimited mysql"
free mysql hosting php
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/qcs6ar7
free mysql hosting php
free,mysql,hosting,php
http://tinyurl.com/qcs6ar7
Ver video "free mysql hosting php"
VIDEOTUTORIAL APACHE- MYSQL- PHP
Videotutorial del Servidor Apache - MySQL y PHP
Ver video "VIDEOTUTORIAL APACHE- MYSQL- PHP"
09-PHP-MYSQL-LISTADO
PHP DW 8 LISTADO
Ver video "09-PHP-MYSQL-LISTADO"
tomcat and mysql hosting
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/norehbx
tomcat and mysql hosting
tomcat,and,mysql,hosting
http://tinyurl.com/norehbx
Ver video "tomcat and mysql hosting"
tutorial PHP,Mysql,yAPACHE
Ver video "tutorial PHP,Mysql,yAPACHE"
07-PHP-MYSQL-MODIFICAR
PHP DW 8 MODIFICAR
Ver video "07-PHP-MYSQL-MODIFICAR"
videotutorial Apache, Mysql;php
Ver video "videotutorial Apache, Mysql;php"
Instalación Apache Php Mysql
Ver video "Instalación Apache Php Mysql"
06-PHP-MYSQL-CONSULTAR
PHP DW 8 CONSULTAR
Ver video "06-PHP-MYSQL-CONSULTAR"
Como Instalar Hedi + MySQL
http://anuardavid17.tk
Ver video "Como Instalar Hedi + MySQL"
Siteground - PHP/MySQL Tutorial
PHP/MySQL Tutorial de Siteground
Ver video "Siteground - PHP/MySQL Tutorial"
servidor apache + php + mysql.
Ver video "servidor apache + php + mysql."
phpmyadmin php workbench mysql
1er video tutorial. Manejo de phpmyadmin y workbench mysql por Sinergia alumnos de la UNHEVAL
Ver video "phpmyadmin php workbench mysql"
managed database hosting mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/nofvuyo
managed database hosting mysql
managed,database,hosting,mysql
http://tinyurl.com/nofvuyo
Ver video "managed database hosting mysql"
Web Hosting Tomcat Mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/lqfpuyu
Web Hosting Tomcat Mysql
Web,Hosting,Tomcat,Mysql
http://tinyurl.com/lqfpuyu
Ver video "Web Hosting Tomcat Mysql"
38.Curso PHP MySQL. Importación de tablas MySql. Consultas SQL con filtros.
Ver video "38.Curso PHP MySQL. Importación de tablas MySql. Consultas SQL con filtros."
Cara Membuat database MySQL (Create a MySQL) di cPanel Hosting By riauhost.net
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/pht62od
Cara Membuat database MySQL (Create a MySQL) di cPanel Hosting By riauhost.net
Cara,Membuat,database,MySQL,Create,a,MySQL,di,cPanel,Hosting,By,riauhostnet
http://tinyurl.com/pht62od
Ver video "Cara Membuat database MySQL (Create a MySQL) di cPanel Hosting By riauhost.net"
DDWEB Servidor Apache + Mysql + PHP.
Servidor Apache + Mysql + PHP.
Ver video "DDWEB Servidor Apache + Mysql + PHP."
Free Web Hosting Jsp Mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/oh5mlya
Free Web Hosting Jsp Mysql
Free,Web,Hosting,Jsp,Mysql
http://tinyurl.com/oh5mlya
Ver video "Free Web Hosting Jsp Mysql"
MySQL Wizzard - Static Data Hosting
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/pct4lho
MySQL Wizzard - Static Data Hosting
MySQL,Wizzard,Static,Data,Hosting
http://tinyurl.com/pct4lho
Ver video "MySQL Wizzard - Static Data Hosting"
Pulsuz Hosting+Domen+Subdomain+Mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/pkrfu9m
Pulsuz Hosting+Domen+Subdomain+Mysql
Pulsuz,HostingDomenSubdomainMysql
http://tinyurl.com/pkrfu9m
Ver video "Pulsuz Hosting+Domen+Subdomain+Mysql"
INSTALACION DE APACHE, MYSQL, PHP
INSTALACION DE APP SERV VIENE INCLUIDO EL APACHE, MYSQL, PHP
AUTOR: JOSUEL CASTELLANOS
DESARROLLO DE PAGINAS WEB
SECCION: SAIA "B"Ver video "INSTALACION DE APACHE, MYSQL, PHP"
web hosting php mysql - WWW.LOADING.ES
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/kouxzss
web hosting php mysql - WWW.LOADING.ES
web,hosting,php,mysql,WWWLOADINGES
http://tinyurl.com/kouxzss
Ver video "web hosting php mysql - WWW.LOADING.ES"
Proyecto Final - PHP MYSQL - CaC
Ver video "Proyecto Final - PHP MYSQL - CaC"
video tutorial apache mysql php
Ver video "video tutorial apache mysql php"
RDS Hosting - Creating MySQl Databases
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/npv6jaz
RDS Hosting - Creating MySQl Databases
RDS,Hosting,Creating,MySQl,Databases
http://tinyurl.com/npv6jaz
Ver video "RDS Hosting - Creating MySQl Databases"
Free Web Hosting Php Mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/no4y8nh
Free Web Hosting Php Mysql
Free,Web,Hosting,Php,Mysql
http://tinyurl.com/no4y8nh
Ver video "Free Web Hosting Php Mysql"
Servered
Servered
Ver video "Servered"
Demostración-php-mysql-dbmalaga-yva
Ver video "Demostración-php-mysql-dbmalaga-yva"
Wamp 5 editor Mysql 5
1er video tutorial Instalacion de wamp 5 y los editores de mysql 5 desarrollados por Sinergia UNHEVAL
Ver video "Wamp 5 editor Mysql 5"
php and mysql web hosting
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/pswsoay
php and mysql web hosting
php,and,mysql,web,hosting
http://tinyurl.com/pswsoay
Ver video "php and mysql web hosting"
8.Curso PHP. MySQL. Strings.
Ver video "8.Curso PHP. MySQL. Strings."
free website hosting php mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/qfb96vz
free website hosting php mysql
free,website,hosting,php,mysql
http://tinyurl.com/qfb96vz
Ver video "free website hosting php mysql"
Lonely Comunity Login Panel MYSQL
Ver video "Lonely Comunity Login Panel MYSQL"
1.Curso PHP MySQL. Presentación.
Ver video "1.Curso PHP MySQL. Presentación."
02-EXPORT-IMPORT-MYSQL-EXCEL
EXCEL 2007
Ver video "02-EXPORT-IMPORT-MYSQL-EXCEL"
การสมัคร Hosting ฟรี PHP MYSQL
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/oysg5uc
การสมัคร Hosting ฟรี PHP MYSQL
การสมัคร,Hosting,ฟรี,PHP,MYSQL
http://tinyurl.com/oysg5uc
Ver video "การสมัคร Hosting ฟรี PHP MYSQL"
Aprende MySQL sin dolor Udemy
Ver video "Aprende MySQL sin dolor Udemy"
virtual server windows hosting,private server hosting,server windows vps.flv
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/ne2m52g
virtual server windows hosting,private server hosting,server windows vps.flv
virtual,server,windows,hostingprivate,server,hostingserver,windows,vpsflv
http://tinyurl.com/ne2m52g
Ver video "virtual server windows hosting,private server hosting,server windows vps.flv"
free mysql php web hosting
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/orvyhwg
free mysql php web hosting
free,mysql,php,web,hosting
http://tinyurl.com/orvyhwg
Ver video "free mysql php web hosting"
"Carb Server Hosting" (Minecraft Server Hosting)
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/o4864sa
"Carb Server Hosting" (Minecraft Server Hosting)
quotCarb,Server,Hostingquot,Minecraft,Server,Hosting
http://tinyurl.com/o4864sa
Ver video ""Carb Server Hosting" (Minecraft Server Hosting)"
Minecraft Server Hosting Company : Server Miner
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/o3pkspn
Minecraft Server Hosting Company : Server Miner
Minecraft,Server,Hosting,Company,Server,Miner
http://tinyurl.com/o3pkspn
Ver video "Minecraft Server Hosting Company : Server Miner"
Server Miner BEST Server Hosting Company!
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/p7uaq6s
Server Miner BEST Server Hosting Company!
Server,Miner,BEST,Server,Hosting,Company
http://tinyurl.com/p7uaq6s
Ver video "Server Miner BEST Server Hosting Company!"
Minecrft server hosting! (Mc Server Soft)
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/o82nh37
Minecrft server hosting! (Mc Server Soft)
Minecrft,server,hosting,Mc,Server,Soft
http://tinyurl.com/o82nh37
Ver video "Minecrft server hosting! (Mc Server Soft)"
63.Curso PHP MySql. Cookies I.
Ver video "63.Curso PHP MySql. Cookies I."
free web hosting ftp php mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/pxzvqlr
free web hosting ftp php mysql
free,web,hosting,ftp,php,mysql
http://tinyurl.com/pxzvqlr
Ver video "free web hosting ftp php mysql"
free web hosting cpanel php mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/ol2s3qs
free web hosting cpanel php mysql
free,web,hosting,cpanel,php,mysql
http://tinyurl.com/ol2s3qs
Ver video "free web hosting cpanel php mysql"
Get Free Web Hosting php mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/p5wosdl
Get Free Web Hosting php mysql
Get,Free,Web,Hosting,php,mysql
http://tinyurl.com/p5wosdl
Ver video "Get Free Web Hosting php mysql"
free website hosting php and mysql
Click The Link Below For Honest Up to date Reviews Of Budget Webhosts
http://tinyurl.com/ow5b6v7
free website hosting php and mysql
free,website,hosting,php,and,mysql
http://tinyurl.com/ow5b6v7
Ver video "free website hosting php and mysql"
Aplicaciones Visuales para trabajar con Mysql
cursos de mysql accediendo a mysql principiante basico, curso basico de base de datos
trabajo en mysql
trabajo en base de datos
aprende a hacer una base de datos
aprende a usar mysql
como hacer base de datos con mysqlVer video "Aplicaciones Visuales para trabajar con Mysql"
free php and mysql hosting cpanel
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/p69uo3j
free php and mysql hosting cpanel
free,php,and,mysql,hosting,cpanel
http://tinyurl.com/p69uo3j
Ver video "free php and mysql hosting cpanel"
30.Curso PHP MySQL. Arrays I.
Ver video "30.Curso PHP MySQL. Arrays I."
como instalar php, apache y Mysql.
Ver video "como instalar php, apache y Mysql."
Accediendo a Mysql desde la Consola
cursos de mysql accediendo a mysql principiante basico, curso basico de base de datos
trabajo en mysql
trabajo en base de datos
aprende a hacer una base de datos
aprende a usar mysql
como hacer base de datos con mysqlVer video "Accediendo a Mysql desde la Consola"
Usbwebserver php mysql y apache portable
3er video tutorial. Manejo de Usbwebserver 7 desarrollados por Sinergia alumnos de la UNHEVAL
Ver video "Usbwebserver php mysql y apache portable"
free hosting php and mysql web
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/nmj523a
free hosting php and mysql web
free,hosting,php,and,mysql,web
http://tinyurl.com/nmj523a
Ver video "free hosting php and mysql web"
9.Curso PHP MySQL. Operadores comparación.
Ver video "9.Curso PHP MySQL. Operadores comparación."
Videotutorial Servidor Apache, PHP y MysQL
Ver video "Videotutorial Servidor Apache, PHP y MysQL"
School of Hosting - What is MySQL?
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/qd6x8la
School of Hosting - What is MySQL?
School,of,Hosting,What,is,MySQL
http://tinyurl.com/qd6x8la
Ver video "School of Hosting - What is MySQL?"
best free web hosting php mysql
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/ovwy9le
best free web hosting php mysql
best,free,web,hosting,php,mysql
http://tinyurl.com/ovwy9le
Ver video "best free web hosting php mysql"
conexion mysql con java y hibernate
tecnologico de iguala
Ver video "conexion mysql con java y hibernate"
cheap dedicated server hosting - hostgator dedicated server
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/ppcl4fu
cheap dedicated server hosting - hostgator dedicated server
cheap,dedicated,server,hosting,hostgator,dedicated,server
http://tinyurl.com/ppcl4fu
Ver video "cheap dedicated server hosting - hostgator dedicated server"
Minecraft Server Tutorials - Choosing Professional Server Hosting
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/q5j6n9c
Minecraft Server Tutorials - Choosing Professional Server Hosting
Minecraft,Server,Tutorials,Choosing,Professional,Server,Hosting
http://tinyurl.com/q5j6n9c
Ver video "Minecraft Server Tutorials - Choosing Professional Server Hosting"
Videotutorial Servidor Apache, PHP y MysQL
Videotutorial para la instalacion y configuracion de un servidor apache + php + mysql mediante appserv y configuracion manual de cada uno de ellos.
Ver video "Videotutorial Servidor Apache, PHP y MysQL"
Hosting servers
Click The Link Below To Find Honest Uptodate Reviews Of The Cheapest Webhosts
http://tinyurl.com/nd3x8ra
Hosting servers
Hosting,servers
http://tinyurl.com/nd3x8ra
Ver video "Hosting servers"
tutorial server
tutorial de como instalar y configurar servidor apache, php y mysql
Ver video "tutorial server"
DIV36 SERVERS
SERVIDORES ONLINE DEL CLAN DIVISION 36
Ver video "DIV36 SERVERS"
31.Curso PHP MySQL. Arrays II.
Ver video "31.Curso PHP MySQL. Arrays II."
7.Curso PHP MySQL. Variables estáticas.
Ver video "7.Curso PHP MySQL. Variables estáticas."
hibernate + mysql + java practica my hobby
my hobby
tecnologico de iguala
bueno el codigo esta en mi blog para que lo puedan descargar
http://topicosdebasededatos.blogspot.com/Ver video "hibernate + mysql + java practica my hobby"
servidor apache, mysql, php y xampp
como instalar y configurar programas de servidor apache, mysql y php ademas de xampp
Ver video "servidor apache, mysql, php y xampp"
Server Privado
Yeah
Ver video "Server Privado"