How to view your MySql Configuration
There are two ways by which you can view your existing MySQL configurations . The first one is to view your my.cnf file. The second way is by login to mysql and type show variables mysql> show variables; +———————————+——————————————+ | Variable_name | Value | +———————————+——————————————+ | auto_increment_increment | 1 | | auto_increment_offset | 1 | [...]
