Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Troubleshooting for noobs #307

Open
jjanvier opened this issue Nov 2, 2017 · 3 comments
Open

Troubleshooting for noobs #307

jjanvier opened this issue Nov 2, 2017 · 3 comments

Comments

@jjanvier
Copy link
Contributor

jjanvier commented Nov 2, 2017

Just a little documentation request for n00bs like me.

It would be cool to have a section that explains what we have to do start:

  • copy docker-compose file
  • change what we have to change in the docker-composer file
  • change what we have to change in the parameters*.yml
  • docker-compose up -d
  • bin/docker/* commands
@jjanvier
Copy link
Contributor Author

jjanvier commented Nov 2, 2017

another things
how to use your own mysql client through Docker

mysql -h 127.0.0.1 -P 3307 -u akeneo_pim -p akeneo_pim < foo.sql

both -h and -P must be specified!

@rybus
Copy link

rybus commented Jan 18, 2018

Heyy @jjanvier , you can use docker-compose exec mysql mysql -uakeneo_pim -p akeneo_pim < /path/on/docker . I share my Downloads folder with the MySQL container to be able to execute this command as well.

@damien-carcel
Copy link
Contributor

Also, Instead of -h 127.0.0.1, you can use --protocol=tcp.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants