PM
> Subject: MySQL Datadir under rhel6
>
> Hi Folks,
>
> I am trying to change the datadir for mysql. For this I performed the
> following steps:
>
> 1: Create a new location for my datadir, e.g.: /media/spare/databases
> 2: Changed the ownership and permissions of this
Hi Folks,
I am trying to change the datadir for mysql. For this I performed the following
steps:
1: Create a new location for my datadir, e.g.: /media/spare/databases
2: Changed the ownership and permissions of this directory, e.g. "chown -R
mysql:mysql /media/spare/databases" and "chmod -R 755