News

However, the actual MySQL database is working fine — the failure is caused by a missing table, not a real connection issue. Steps to Reproduce: Deploy Nacos 2.5.1 with an external MySQL instance. Use ...
With Go 1.9, driver-specific things are not needed, everything (I need) can be achieved with the standard database/sql library. Even calling stored procedures with OUT parameters, or ...