Untitled

 avatar
unknown
plain_text
4 years ago
1.1 kB
8
Indexable
root@fintech1-test401:~/eightcat# go run cmd/cmd*.go db create
INFO[0000] Loading module - dummybill.so                
INFO[0000] Loading module - dummyhsm.so                 
INFO[0000] Loading module - dummyreport.so              
INFO[0000] Loading module - kafkareport.so              
INFO[0000] Loading module - mnetbill.so                 
2021-10-21 17:09:31 [FATA] Cannot open database root:letmein@(localhost:3306)/eightcat?parseTime=true&loc=Asia%2FRangoon&sql_mode=TRADITIONAL&time_zone=%27Asia%2FRangoon%27
exit status 1
root@fintech1-test401:~/eightcat# mysql -h localhost -u root -pletmein 
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 37
Server version: 5.7.35-0ubuntu0.18.04.2 (Ubuntu)

Copyright (c) 2000, 2021, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>
Editor is loading...