mysql misses some runtime dependencies
mysql_setpermission needs:
pkgs.perlPackages.DBI
pkgs.perlPackages.DBDmysqlSubmitted by Ilya Cassina on 2 October 2010 at 23:39
Please note that before installing pkgs.perlPackages.DBDmysql you must:
activate mysql service
connect as root to mysql:
mysql -u root
mysql> grant all privileges on test.* to ''@‘localhost’ identified by ‘s3kr1t’;
Log in to post comments