Allow for the creation of a local MySQL instance by just running a unprivileged command.
Will do something similar for mac+launchd soon.
Depends on D3874
Differential D3902
Add command to start MySQL on linux • jon on May 4 2022, 12:55 AM. Authored by Tags None Referenced Files
Details
Allow for the creation of a local MySQL instance by just running a unprivileged command. Will do something similar for mac+launchd soon. Depends on D3874 nix run .#mysql-up to bring up the server
Diff Detail
Event TimelineComment Actions Interesting... I'm surprised these utilities don't exist upstream anywhere, since it feels like anybody with a dev environment that relies on MySQL will need them
Comment Actions
They exist at the NixOS (e.g. machine/system) level, but they don't within Nixpkgs.
Comment Actions Before landing, can you create a Linear task for the MySQL initialization? Some tips for the task creation:
Some stuff you might want to put in there:
Comment Actions This should not have been landed without addressing my comment!! I left an explicit comment saying "Before landing, can you create a Linear task for the MySQL initialization?" This calls into question if we can trust @jonringer-comm with an "accept with comments". @jonringer-comm, please keep this in mind going forward. Just because a diff is accepted, does NOT mean you can just land it. You ALWAYS need to check the comments and address any final requests BEFORE landing. @varun, given @jonringer-comm is out for his honeymoon, can you handle the task creation detailed above? |