my.cnf file

  1. K

    Steps to find MySQL data location

    Normally MySQL data will store in /var/lib/mysql, but still you want to check the the location of your database then you can follow below steps: You can use below command to find the location of data directory: mysql -e "show variables like 'datadir'" You can get the directory for MySQL with...
  2. bhawanisingh

    Optimization and Tuning of MySQL from my.cnf

    Optimization and Tuning of MYSQL MySQL is the most suitable option of database for web applications. It is a central component of the mostly used LAMP web application software stack. After installation of MySQL, configuration is required. However, it is not necessary to do MySQL configuration...
Top