Tag: mysql
CRUD in Node.js
Danyal October 4, 2020
In this post you will see very basic implementation of CRUD in Node.js
Posted in javascript Tagged CRUD, database, javascript, mysql, Node.js
Installing MySQL on Ubuntu Server
Danyal May 29, 2020
MySQL is a database management system. It provides access to databases where your site can store information.
Posted in MySQL Tagged mysql, mysql-server, ubuntu
Connect Laravel to remote MySql DB with SSH
Danyal June 11, 2019
Quick way of connecting remote database with SSH key, will be by running SSH tunnel….
Posted in Laravel, Laravel 5.5, Uncategorized Tagged laravel, Laravel 5.6, Laravel 5.8, laravel5.7, lumen, mysql, ssh, tunnel
osMac and brew for PHP 7.2 & MySQL 5.6
Danyal November 10, 2018
Install/Upgrade PHP: Follow the steps below to upgrade / install PHP 7.1 to 7.2 Step1: Make…
Completely remove or uninstall MySQL from Ubuntu
Danyal March 30, 2018
If you in any cases need to remove or uninstall MySQL from Ubuntu, follow the…
Posted in Databases, MySQL, Ubuntu 16.04, Ubuntu 17, Uncategorized Tagged mysql, ubuntu
How to create a MySQL user and database with permissions?
Danyal February 5, 2018
To create a MySQL database and user, go through following steps: Step 1: Through the…
Posted in Databases, MySQL Tagged mysql, mysql create database, mysql create table, mysql create user