This page : https://devilbox.readthedocs.io/en/latest/examples/setup-wordpress.html#add-mysql-database
What’s up with the my-cake folder mentioned in the following command line under 5. Add MySQL Database ?
I assumed that it should have been my-wp, so I stayed in the my-wp folder and didn’t create it. And so far so good.
devilbox@php-7.0.20 in /shared/httpd/my-cake $ mysql -u root -h 127.0.0.1 -p -e 'CREATE DATABASE my_wp;'