Category: Databases
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
What is the difference between a model and a repository
Danyal July 5, 2019
Repository actually allows you to separate your business logic from database layer (Model). Repository/Entity are…
Posted in Databases, Eloquent, Laravel, PHP, Symfony, Tips, Uncategorized Tagged Eloquent, Entity, laravel, Laravel 5.6, Models, Repository, Symfony, Symfony 4
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