Closed alexanderilyin closed 5 years ago
Because you must add user like this:
docker exec -it pinba /local/mysql/bin/mysql -u root -p GRANT ALL PRIVILEGES ON 'pinba'.* TO 'pinba'@'%' IDENTIFIED BY 'PASSWORD'; And connect to pinba via mysql -H localhost -P 3306 -u pinba -p'PASSWORD'
Yep. This was done on my side by overriding docker entry point. Once I clean up current configuration for Pinba2 I’ll create a PR to new repo.
Looks like MySQL is not configured properly to be used out of the box.
docker-compose.yml
telnet