Page 1 of 1

Movement of MySQL data to a different location.

Posted: Tue Dec 30, 2014 6:28 am
by prateekagr1988
We are planning to move MySQL data to a different location, from the default /var location to /u01/appl/mysql.
Please suggest the overview/steps/locations of the impacted files that should be moved and the configuration changes required.

Re: Movement of MySQL data to a different location.

Posted: Tue Dec 30, 2014 12:54 pm
by abrist
You could use symlinks by linking /var/lib/mysql to your /u01/appl/mysql mountpoint.