Haven't figured out the "right' solution, but turning off apparmor worked:

sudo service mysql stop
sudo apparmor stop
sudo mv /var/lib/mysql /var/lib/foo
sudo ln -snf /var/lib/foo/mysql /var/lib
sudo service mysql start

The "right" way would be to figure out the correct configuration for
apparmor, but the manual is anything but "fine".

Regards,
- Robert

On Thu, May 20, 2010 at 12:29 AM, Robert Citek <[email protected]> wrote:
> Haven't found a solution, yet, but getting close:
>
> http://dev.mysql.com/doc/refman/5.1/en/symbolic-links-to-databases.html
>
> Regards,
> - Robert
>
> On Thu, May 20, 2010 at 12:09 AM, Robert Citek <[email protected]> wrote:
>> Why didn't the softlink work?  I am very sure I have had this work in the 
>> past.
>>
>> Using Ubuntu 10.04 and MySQL 5.1.41-3ubuntu12
>

-- 
Central West End Linux Users Group (via Google Groups)
Main page: http://www.cwelug.org
To post: [email protected]
To subscribe: [email protected]
To unsubscribe: [email protected]
More options: http://groups.google.com/group/cwelug

Reply via email to