You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql -h'127.0.0.1' -u'user' -p'pass' homestead -e"SHOW VARIABLES WHERE Variable_name ='language'"
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1105 (HY000) at line 1: unknown error: expecting "EOF" but got 'V' instead
mysql -h'127.0.0.1' -u'user' -p'pass' homestead -e"SHOW VARIABLES WHERE Variable_name ='language'"
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1105 (HY000) at line 1: unknown error: expecting "EOF" but got 'V' instead
run with example:
func main() {
driver := sqle.NewDefault()
driver.AddDatabase(createTestDatabase())
}