Skip to content

Commit

Permalink
mysql: add mycli helper for mariadb
Browse files Browse the repository at this point in the history
accessible as
```
 mycli -u masum-db -h localhost -D bookmyshow;
 ```
 This opens bookmyshow database logging in as user masum-db@localhost
 Prompting for password

Signed-off-by: John Titor <[email protected]>
  • Loading branch information
JohnRTitor committed Oct 2, 2024
1 parent b99d8d2 commit 5436dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-environment/nginx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
enable = true;
package = pkgs.mariadb;
};
# mycli is a MySQL cli helper with auto-completion and syntax highlighting
environment.systemPackages = with pkgs; [ mycli ];

# PHP-FPM pool configuration
# Needed for nginx to communicate with PHP
Expand Down

0 comments on commit 5436dbb

Please sign in to comment.