Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-25-2021 05:47 AM
I'd like to connect to MySQL using jdbc driver. Just like in this example: Load JDBC (RDBMS) - APOC Documentation
apoc.load.driver
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed."Executing 'call apoc.help("jdbc")' returns nothing.
So, what should I do? I followed exactly instruction.
Regards,
Solved! Go to Solution.
08-26-2021 08:42 AM
Per https://neo4j.com/labs/apoc/4.3/overview/ apoc.load.jdbc is part of APOC Full and not APOC Core, whereby Core is a subset of Full. If you install the apoc.4.3.0.0-all.jar Release 4.3.0.0 · neo4j-contrib/neo4j-apoc-procedures · GitHub then you should then see apoc.load.jdbc
08-25-2021 06:05 AM
Hi Gosforth, check if the apoc library is listed as unrestricted or whitelisted on your config file (I'd recommend to also insert gds.* library to avoid future errors like this in case you use GDS library):
dbms.security.procedures.unrestricted=apoc.*
This link will provide more information.
08-25-2021 06:07 AM
Thank you. But I have it already in my config.
08-26-2021 05:25 AM
Anyone? JDBC is working here or that was the past?
08-26-2021 08:42 AM
Per https://neo4j.com/labs/apoc/4.3/overview/ apoc.load.jdbc is part of APOC Full and not APOC Core, whereby Core is a subset of Full. If you install the apoc.4.3.0.0-all.jar Release 4.3.0.0 · neo4j-contrib/neo4j-apoc-procedures · GitHub then you should then see apoc.load.jdbc
08-26-2021 12:33 PM
Yes, way better now
Now evident but before I did not spot that APOC that comes with installation is 'core'.
Thank you very much for help!
All the sessions of the conference are now available online