• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2023 Alex Arriaga

MySQL

Databases and ORM Enterprise Development MySQL

How to find my.cnf MySQL configuration file in Linux?

Posted on July 25, 2018by alex-arriaga

After installing MySQL and in order to provide configuration to it, we usually want to locate the famous my.cnf configuration file; if you are running a GNU/Linux distribution like Ubuntu, then you can use the following command to know where is the absolute path of this file: find / -name my.cnf The output of this…