Changing the default location of mySQL database files (Linux)
I am loading up a Linux server from scratch. I have downloaded the latest stable release of MySQL.
When installing MySQL Server, by default, I noticed that the MySQL installation on Linux places the location at /var/lib/ folder.
I do not want to use the /var/lib folder. I have a separate partition that I wish to use for MySQL data files.
Is there a way to change the default data file location?








