
Sometimes you may need to run multiple MySQL server on single machine. Here is how to run multiple MySQL instances on same machine.
Sometimes you may need to run multiple MySQL server on single machine. Here is how to run multiple MySQL instances on same machine.
Sometimes you may need to change user password in PostgreSQL. Here are the steps to change user password in PostgreSQL.
You need to create superuser for database administration. Here is how to create user with superuser privileges in PostgreSQL.
Sometimes you may need to insert multiple rows in MySQL. Here is how to insert multiple rows in MySQL.
Sometimes you may need to find PostgreSQL version or get PostgreSQL version. Here is how to check PostgreSQL version for your database.
Sometimes you may need to update multiple columns in MySQL. Here is how to update multiple columns in MySQL.
Sometimes you may need to store string with single quote, double quote, backticks and special characters. Here is how to escape single quote, special characters in MySQL.
Sometimes you may need to change user to superuser in PostgreSQL. Here is alter user to superuser in PostgreSQL.