https://github.com/bennycode/secret-happiness
https://github.com/bennycode/secret-happiness
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennycode/secret-happiness
- Owner: bennycode
- Created: 2013-08-19T14:44:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-22T22:33:10.000Z (almost 12 years ago)
- Last Synced: 2025-01-27T23:46:51.734Z (5 months ago)
- Language: Groovy
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# secret-happiness #
## 1. Create MySQL database: ##
`mysql -uroot -pabc123 -e "CREATE DATABASE IF NOT EXISTS coding DEFAULT CHARACTER SET = 'utf8' DEFAULT COLLATE 'utf8_general_ci'"`## 2. Start Grails project ##
## 3. Create an "author" ##
## 4. Check if the "author" is stored in the database: ##
`echo "USE coding; SELECT * FROM author;" | mysql -pabc123 -uroot`