Re: MySQL Datadir under rhel6

2011-05-24 Thread Johan De Meersman
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

MySQL Datadir under rhel6

2011-05-24 Thread Mario Deng
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