Install graphviz
sudo brew install graphvizOpen SequelPro, choose database and export dot file. Now, run the command:
| rm -rf ~/.azk/data | |
| rm -rf ~/VirtualBox VMs/azk-vm-dev.azk.io |
| sudo strace -p<PID> -s9999 -e write |
| create database dbname character set utf8mb4 collate utf8mb4_general_ci; | |
| create user 'username'@'localhost' identified by 'pass'; | |
| grant all privileges on dbname.* to 'username'@'localhost'; | |
| flush privileges; |
| kill -9 `ps -ef | grep search | grep -v grep | awk '{print $2}'` |
| # Load denied by X-Frame-Options does not permit framing. | |
| location ~ \.php$ { | |
| add_header X-Frame-Options SAMEORIGIN; | |
| # ... | |
| } |
| ##################################################### | |
| # | |
| # Provided by the Magento Support Center | |
| # http://magentosupport.help/knowledgebase/configuring-nginx-to-work-with-magento-advanced/ | |
| # | |
| # Your Magento Tutorial specialists | |
| # | |
| server { | |
| listen *:8080; | |
| server_name fanatik.redrokk.com www.fanatikbike.com fanatikbike.com; |