"mailing" <[EMAIL PROTECTED]> wrote:
> it's possible in mysql set the db folder into home user?
You use symbolic links:
http://www.mysql.com/doc/en/Symbolic_links_to_databases.html
> example:
> user fred, home is /home/fred i want store db data in /home/fred/db.
> it's possible?
>
> i've
hi,
it's possible in mysql set the db folder into home user?
example:
user fred, home is /home/fred i want store db data in /home/fred/db.
it's possible?
i've tested in /home/fred/.my.cnf this:
datadir=/$HOME/db but don't function
i expose the /etc/my.cnf and /home/fred/.my.cnf for more detai