ERROR 1044 (42000): Access denied for user ‘’@‘localhost’ to database ‘TEMP’
This is the error i am getting , Note:I am not using mysql template but i am using php api server
in dev.nix file i added this extra code: services.mysql = {
enable = true;
package = pkgs.mariadb;
}; So why i am getting access Denied Error.
I suggest to watch https://youtu.be/fCHkj-56L8o (even if is for postgres…)
It would be only
services.mysql = {
enable = true;
};
1 Like
it ain’t working even though the code you gave is used buddy!