Ubuntu Archives - 7-Views
Disable ONLY_FULL_GROUP_BY
If you want to disable this from Ubuntu 18+ please follow following details. Go To Command Prompt cd /etc/mysql/conf.d sudo nano disable_strict_mode.cnf and add following Snippet [mysqld] sql_mode=STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION save and then restart and mysql. it will work.
How to install PhpStorm On Ubuntu
Installation: I tried to install PhpStorm in ubuntu using the snap, but the issue with this is its using older version. here is the another way to install PhpStorm latest version in ubuntu using simple steps. Download the stable release from here. It will download the file inside the “Downloads” Directory. Step1: Go to Download […]