Kitematic + MariaDB + SequelPro
I recently used Kitematic (Docker)
fighting between Vagrant
and Docker
.
Working with Docker and Kitematic is smooth, I can build, initiate DB
through Console
.
But if I want to manipulate the db through the pro sequel, or just import from the local, I cannot.
Problem:
When trying to access through Sequel Pro I get the error IP is un-accessible
Otherwise, I can rsync
create a backup file using mysql -u username -ppassword databasename < filename.sql
voilà and.
But also I cannot rsyc
in the MariaDb container.
Accessing the pro sequel would be a practical way.
Can anyone show me the correct path or guide on how to make the docker container mariadb
accessible via sequel pro
.
source to share
No one has answered this question yet
Check out similar questions: