My-cake or my-wp?

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;'

1 Like

Good catch. I’ve updated this section: https://github.com/cytopia/devilbox/pull/562/files

1 Like

Thanks for fixing. One less thing to worry about.