This fix to continue installation was for my Godaddy VPS
1. Putty into SSH
2. Change to root su -
3. Enter password for root
4. vim /etc/my.cnf
5. enter "i" for insert mode
6. Find [mysql] line if not there, enter it yourself
7. Under that insert sql_mode=NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
8. hit esc key, " : " and wq to save and exit
9. Change the same file in /usr/my.cnf by following the previous steps
10. vim /usr/my.cnf
11. "i" for insert mode
12. Find [mysql]
13. enter sql_mode=NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION beneath that line
14. "esc" " : " and wq to save and exit
15. restart the mysql server with /etc/init.d/mysql restart
16. If you receive errors, check back exactly what was entered
17.
https://www.interserver.net/tips/kb/dis ... rict-mode/
18. Exit Putty and ssh
19. Continue install
Find another quest, this one is done!