directory
0.0.0-20210908032526-acdd3160140b
Repository: https://github.com/junhsieh/goexamples.git
Documentation: pkg.go.dev

# Packages

go get -u github.com/jinzhu/gorm go get -u github.com/go-sql-driver/mysql GRANT ALL PRIVILEGES ON exp.* TO 'exp'@'localhost' IDENTIFIED BY 'exp'; FLUSH PRIVILEGES; SHOW GLOBAL VARIABLES WHERE variable_name REGEXP 'general_log|log_output'; #SET GLOBAL general_log = 'ON'; #SET GLOBAL general_log = 'OFF'; #SET GLOBAL general_log_file = '/var/lib/mysql/ubun-gui.log'; #SET GLOBAL general_log_file = 'table'; #SET GLOBAL log_output = 'TABLE'; SELECT event_time, command_type, CONVERT(argument USING utf8) FROM mysql.general_log WHERE event_time >= (NOW() + INTERVAL -10 SECOND) AND command_type IN ('Execute') ORDER BY event_time https://facebook.github.io/react/docs/installation.html#creating-a-new-application apt-get purge nodejs npm curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - npm install -g create-react-app create-react-app my-app cd my-app npm start.
No description provided by the author
No description provided by the author
No description provided by the author