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
./sqlshell.sh -url jdbc:lealone:tcp://127.0.0.1/lealone -user root -sql "select 1"
错误信息:
Options are case sensitive. Supported options are:
[-help] or [-?] Print the list of options
[-url ""] The database URL (jdbc:lealone:...)
[-user ] The user name
[-password ] The password
[-database ] The database
[-sql ""] Execute the SQL statements and exit
If special characters don't work as expected,
you may need to use -Dfile.encoding=UTF-8 (Mac OS X) or CP850 (Windows).
Connection closed
The text was updated successfully, but these errors were encountered:
wsl环境下运行sqlshell 直接执行语句报错:
./sqlshell.sh -url jdbc:lealone:tcp://127.0.0.1/lealone -user root -sql "select 1"
错误信息:
Options are case sensitive. Supported options are:
[-help] or [-?] Print the list of options
[-url ""] The database URL (jdbc:lealone:...)
[-user ] The user name
[-password ] The password
[-database ] The database
[-sql ""] Execute the SQL statements and exit
If special characters don't work as expected,
you may need to use -Dfile.encoding=UTF-8 (Mac OS X) or CP850 (Windows).
Connection closed
The text was updated successfully, but these errors were encountered: