You are here:Startseite-Schlagwort:technology

How to make sql-mode=“NO_ENGINE_SUBSTITUTION” permanent in MySQL my.cnf

Set it once with: SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION'; SET SESSION sql_mode = 'NO_ENGINE_SUBSTITUTION'; in >mysql -u root -p in /etc/mysql/my.conf: [mysqld] sql-mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION" then: services mysql restart

Von |2017-12-01T16:28:18+01:00Dezember 1st, 2017|Kategorien: Linux Unix, MySQL|Tags: , , , , |0 Kommentare

Using Cygwin’s bash Babun terminal in a JetBrains IDE

Install Babun on Windows. Click File then Settings and search for “terminal”. Change the Shell path to C:\Users\YOUR-USERNAME\.babun\cygwin\bin\bash.exe if you're using Babun. Cygwin users should use C:\cygwin\bin\bash.exe or similar, depending on where you've it installed. Click Ok, open a new terminal (tab) and try running ls -l.

Von |2018-12-16T20:19:06+01:00Dezember 1st, 2017|Kategorien: Allgemein, Microsoft, News, Terminal|Tags: , , |0 Kommentare
Nach oben