In issue #2958 we talked about the lack of pool name in MySQL (JS) which can be used as the value for attribute pool.name.
This led us to use another pool.name that is built from the data we have about the pool: host: localhost port: 3306 database: db_test user: root.
I think we should add it to the spec and declare that if the pool has no name in the DB we are working on, then it will be built like the format above.
In issue #2958 we talked about the lack of pool name in MySQL (JS) which can be used as the value for attribute
pool.name.This led us to use another
pool.namethat is built from the data we have about the pool:host: localhost port: 3306 database: db_test user: root.I think we should add it to the spec and declare that if the pool has no name in the DB we are working on, then it will be built like the format above.