MariaDB add database user SQL

You more likely know how to create a database user using PhpMyAdmin or some other administrative tool. But sometimes we need to create a database user and add privileges manually. Here is an example SQL which does just that: Adding MariaDB database user, managing his...

Redis – Quick Tutorial

Redis is a NoSQL data storage used mostly for catching but capable of being full database system and with the right extension set it also can be turned into relational...