-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

How to I put a users MySQL data into thier home dir? I have tried
moving thier database over and sym-linking it:

mv /var/lib/mysql/userdb /home/user
ln -s /home/user/userdb /var/lib/mysql/userdb

But mysql doesnt see the database.

I also tried to move and symlink the tables themselves:
mkdir /home/user/userdb
mv /var/lib/mysql/userdb/* /home/user/userdb/
ln /home/user/userdb/... /lib/mysql/userdb/... (a few times)

And it works.

What I am a trying to achieve is to have the user's MySQL data size
restricted by thier quota.
Any suggestions?

-----BEGIN PGP SIGNATURE-----
Version: PGP 7.1

iQA/AwUBO99PjMGemXVaU1CGEQJDmwCfRB/aK/jiX0nZWLAjhWAx9pkUK7AAn3Au
IiJogSGR/oTeuANl2CcaJ85p
=6vec
-----END PGP SIGNATURE-----



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to