https://stackoverflow.com/questions/6474775/setting-the-mysql-root-user-password-on-os-x
Install first root password MySQL OSX.
Notes some problems with Wordpress development:
+ VCS (Git, Hg) suck when try to sync DB, code when update plugin, WP core ...
+ Alway put one eyes on Live, Dev server because of many time you work with local codebase and Dev environment, it may be very differ from server one.
Especially when we start to handover/received an old project. I've just messed up with wp-content/themes/theme-one. In Git repository it show empty folder but on staging sever it is a normal theme.
Nested Wordpress sites: often have 2 sites admin and normal user. It use two DB, two admin ... It take at leat 30 minutes for me to realize that one of the blog post is from what database.
+ .htaccess Try to rebuild a wordpress site (nested some Wordpress) is not straightforward. Live server often use hosting like WPEngine, CrazyDomain or some provider like these. I often has few linux sever for testing, deploy some demo project or just personal beta server. But it seem quite a lot of work to rebuild some WP app. Sometime I have no idea why .htaccess not working or not work as expected...
Configuration often messed up or conflict with another project.
Real hosting often used both NGINX and may be Apache or some way work around with for example .htaccess, php.ini ... So may be some thing will not same as Live one and the first goal is try rebuild testing server as close as Live one harder.
Install first root password MySQL OSX.
Notes some problems with Wordpress development:
+ VCS (Git, Hg) suck when try to sync DB, code when update plugin, WP core ...
+ Alway put one eyes on Live, Dev server because of many time you work with local codebase and Dev environment, it may be very differ from server one.
Especially when we start to handover/received an old project. I've just messed up with wp-content/themes/theme-one. In Git repository it show empty folder but on staging sever it is a normal theme.
Nested Wordpress sites: often have 2 sites admin and normal user. It use two DB, two admin ... It take at leat 30 minutes for me to realize that one of the blog post is from what database.
+ .htaccess Try to rebuild a wordpress site (nested some Wordpress) is not straightforward. Live server often use hosting like WPEngine, CrazyDomain or some provider like these. I often has few linux sever for testing, deploy some demo project or just personal beta server. But it seem quite a lot of work to rebuild some WP app. Sometime I have no idea why .htaccess not working or not work as expected...
Configuration often messed up or conflict with another project.
Real hosting often used both NGINX and may be Apache or some way work around with for example .htaccess, php.ini ... So may be some thing will not same as Live one and the first goal is try rebuild testing server as close as Live one harder.
Comments
Post a Comment