Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arychand282 authored Sep 8, 2017
1 parent 66df0ce commit f5bfb84
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# tunaiku
1. Enter to MySQL
2. Create a database MySQL "tunaiku"
3. Import sql file to "tunaiku" database
4. Enter "tunaiku" database
5. Make a custom function for 'converting number to string' from file number_to_string.txt in mysql
6. If you get an error: `#1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable)`, run this query: `SET GLOBAL log_bin_trust_function_creators = 1;`
7. Please install following golang dependencies: </br>
`$ go get "github.com/go-sql-driver/mysql"` </br>
`$ go get "github.com/gin-gonic/gin"`

0 comments on commit f5bfb84

Please sign in to comment.