Field notes
What I’m learning while building AI products.
Practical notes on AI products, CTO decisions, and the platforms that keep them reliable.
Export WordPress MySQL Database using WP CLI wp db export command
Installing WP-CLI
Shortcut to install: copy the line below and paste it into your terminal and you should be ready to go. curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar &&…
How to Export MySql Database with PhpMyAdmin
Open PhpMyAdmin control panel (you may need to login with a username and password) Select the database that you want to export Click on…
WordPress plugin database export
Go to the Add Plugin menu and Search for Database backup Choose a plugin of your choice, in this video I am using UpdraftPlus…
How to Backup MySQL Database
There are many ways to backup a MySql database such as: WordPress plugin database export PhpMyAdmin (Most common for shared hosting) Heidi SQL MySqlDump…
Migrating your Worpress MySQL Database to AWS Aurora
Amazon Aurora is an enterprise-class, fully managed database service available at 1/10th the cost of commercial databases. In this tutorial I am going to…
Troubleshooting WordPress Plugin and Theme Conflicts
At some point in your WordPress travels you will come across a problem with plugins and /or theme conflicts. You may experience such behavior…
Choosing a Code editor IDE
An integrated development environment (IDE) is a software application that makes writing and editing and deploying code easier. Use this: https://atom.io/ Why? Because you…
Using GitLab for WordPress Theme Source Control and Automated Deployment
Lesson 1 – GIT GitLab and Source Control Source control is important because it allows you to track changes to your code and rollback…
Working on something difficult?