Hi,
Default Mysql stores its databases in /usr/local/mysql/var. I can change the parameter in mysql.server, but this affects all databases. What I need is this:
user 1 has a virtual domain, and stores his databases in /home/user1/
user 2 has a virtual domain, and stores his databases in /home/user2/
Can this be done, and how? I tried using ln -s but it looks like Mysql doesn't see the links.
Regards,
Harry M. Aasterud
Default Mysql stores its databases in /usr/local/mysql/var. I can change the parameter in mysql.server, but this affects all databases. What I need is this:
user 1 has a virtual domain, and stores his databases in /home/user1/
user 2 has a virtual domain, and stores his databases in /home/user2/
Can this be done, and how? I tried using ln -s but it looks like Mysql doesn't see the links.
Regards,
Harry M. Aasterud