-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66df0ce
commit f5bfb84
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"` |