2018-11-30

Development Environment configs...






Without configurations backup / update / restore capability for a development environment, this will cause into trouble for scenarios:


  1. Projects that actively to keep update to SDK.
  2. Projects that having huge interval of maintenance period.
  3. Always need to check out to new machine:
    1. organization which having high turn over rate.
    2. high diversity developers rotating between projects.

















2018-11-27

Check mysql access privileges.



resource URL: https://dev.mysql.com/doc/refman/5.5/en/privilege-system.html



SHOW GRANTS FOR user_abc;


Google Referrals