How to Create MySQL Database, User, and Grant Permissions in Ubuntu

MySQL is a widely-used open-source relational database management system. Managing databases, users, and permissions are essential tasks … Read more

How to Install SQLite3 on Ubuntu : Step-by-Step Guide for Beginners

SQLite3 is a powerful, embedded, relational database management system used extensively in applications, ranging from web browsers … Read more

How to install MySQL workbench on Ubuntu ?

OS Version

MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data … Read more

How to change database collation using phpmyadmin ?

DB collation

When you want to change the database collation of your database, the best thing you can do, … Read more