MySQL Error 1064: Syntax Error Near '... ) ENGINE=FEDERATED DEFAULT CHARSET=utf8 CONNECTION='oracle://medsurgery:m' at line 2 - Troubleshooting Guide
The error message suggests that there is a syntax error in your SQL query, specifically near line 2. Without the full SQL query, it is difficult to pinpoint the exact issue. However, based on the provided information, it seems that there might be an issue with the connection string or the values being passed to it. \n\nPlease make sure that you have provided the correct values for the connection string, such as the correct username, password, host, and database name. Also, ensure that you have the necessary privileges to access the Oracle database. \n\nIf you can provide the full SQL query, I can assist you further in identifying and resolving the syntax error.
原文地址: http://www.cveoy.top/t/topic/pUme 著作权归作者所有。请勿转载和采集!