Sample Code : https://github.com/PyMySQL/PyMySQL/blob/master/example.py http://blog.miyu.pe.kr/362
Category: MySQL *
MySQL Commands – Basic
http://www.ntu.edu.sg/home/ehchua/programming/sql/mysql_beginner.html
Java with MySQL, IntelliJ JDBC
Download MySQL : Connector/J https://dev.mysql.com/downloads/connector/j/ https://whitepaek.tistory.com/18?category=768130
Setup MySQL on macOS
From MySQL site https://dev.mysql.com/downloads/mysql/ From Homebrew brew search mysql brew install mysql Configure mysql ]$ mysql.server start ]$ mysql_secure_installation ]$ mysql.server stop https://whitepaek.tistory.com/16?category=768130