Hello:
I had a question about where a MySql database has to sit for a Tcl application to read it. Currently, I have a Tcl application that reads off of a sqlite database. For the application to find the database, the Sqlite Db must be located in the same folder as the Tcl application. I am planning on upgrading the Sqlite Database to MySql.
Will the MySql database also have to sit in the same folder as the Tcl application? I noticed that the connection string for MySql in Tcl doesn't require a directory path, similar to connecting to Sqlite.
Thank you,
DFM