Run a MySQL server in a self-contained folder

Posted by codersarepeople on Server Fault See other posts from Server Fault or by codersarepeople
Published on 2012-06-27T20:12:24Z Indexed on 2012/06/27 21:19 UTC
Read the original article Hit count: 130

Filed under:
|

I've seen many questions about how to run multiple sql servers on one server, but I would like to run mysqld as a user-level process and completely self contained in a folder (I have no permissions outside my user folder).

I spent some time using the --defaults-file=my.cnf, but it still seems to conflict with the system-level mysql server that's running.

Does anybody know how to do this?

Thanks in advance!

© Server Fault or respective owner

Related posts about mysql

Related posts about sql-server