-
Digital Ocean, Subida de Aplicaciones de Nodejs & PHP, MySQL (Linux & Mac)
Este video es un tutorial básico de como empezar a usar un servicio de la nube como lo es Digital Ocean. aprenderemos a crear un droplet, conectarnos con … Original source
-
Install MySQL Server
Video covers installing MySQL server on Ubuntu 16.04. The Ubuntu server and desktop steps are the same. Commands that are used in this video are as … Original source
-
MySql Tutorial: CREATE database, table & INSERT VALUE
How to create database and tables in MySql using the terminal on UBUNTU … mysql -r root -p enter you password SHOW DATABASES; CREATE DATABASE … Original source
-
install MySql 8.0.12.0
https://dev.mysql.com/downloads/file/?id=479862. Original source
-
Employee Information System using PHP and MySQL Server
Quick presentation of PHP Database Add, View, Edit, Delete, Search and Print modules For those asking for a source code, Still can’t recover it. This is an old project in our univ and it’s… Original source
-
Tutorial Como Utilizar MySQL Workbench
MySQL Workbench es un software para la creación de bases de datos, tablas, relaciones para el motor de base de datos Mysql. Veremos como crear una base … Original source
-
Login form validation with PHP and MySQL
This video shows you how to connect php to mysql database and also give you an understanding of collecting form data and validate it with mysql table records. Original source