nix-darwin icon indicating copy to clipboard operation
nix-darwin copied to clipboard

Add MySQL module

Open cbarrett opened this issue 4 years ago • 3 comments

Hi all. I've hacked up a MySQL module based on the existing one in NixOS and the postgres and redis modules. You can see my changes here. I am having trouble getting this module and the postgres and redis modules to run on my current set-up however. You can view my configuration here. It seems like mysqld is having trouble creating its directories and sockets, but I'm not too sure.

cbarrett avatar Sep 13 '19 01:09 cbarrett

I guess, concretely, I'm asking: how does one typically configure the existing postgres and redis modules when in use? It's not obvious to me. I ask because I would like to make the mysql module work similarly to them.

cbarrett avatar Sep 16 '19 19:09 cbarrett

Any update? I am trying to install mysql on a Darwin machine too.

0ihsan avatar Jan 18 '21 17:01 0ihsan

I built some modules for my own needs. There is also one for MySQL https://github.com/shyim/nix-darwin-modules#mysql

shyim avatar Apr 28 '22 21:04 shyim