cd C:\Program Files\openLooKeng\openLooKeng ODBC Driver 64-bit\odbc_gateway\mycat\bin
mycat.bat stop
Copy the JDBC JAR file obtained in 1 to the C:\Program Files\openLooKeng\openLooKeng ODBC Driver 64-bit\odbc_gateway\mycat\lib directory and delete the original hetu-jdbc-1.0.1.jar file from the directory.
Change the property value of server.xml in the C:\Program Files\openLooKeng\openLooKeng ODBC Driver 64-bit\odbc_gateway\mycat\conf directory from <property name="jdbcUrlPrefix">jdbc:lk://</property> to
<property name="jdbcUrlPrefix">jdbc:presto://</property>.
user=admintest password=admintest@##65331853
user: indicates the username of the created human-machine user, for example, admintest.
password: indicates the password of the created human-machine user, for example, admintest@##65331853.
cd C:\Program Files\openLooKeng\openLooKeng ODBC Driver 64-bit\odbc_gateway\mycat\bin
mycat.bat restart
The ODBC service must be stopped each time the configuration is modified. After the modification is complete, restart the ODBC service.