David Darrell
02/07/2018, 12:20 PMdocker exec -it prisma-db mysql -u root --host 127.0.0.1 --port 3306 --password=prisma
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'root'@'127.0.0.1' (using password: YES)
nilan
02/07/2018, 12:53 PM