if that available I need help to connect to TS DB using connection String, how can I do this ?
Are you using cloud deployment of a standard installation. The method to connect to TS DB is the same as pervious version. Or if you're not aware you can use the silent install properties file for this verison to find that. The silent install files should be available in the support site for download.
thanks a lot for your answer I found connection String for db in properties file
# Runtime database (only required if using a LiveSite DB)
#-----------------
# For database types db2, mssql, mysql, oracle
# DB user name to use
#rtDbUser=<customer-data>
# DB encrypted password associated with user (Use password utility to generate passwords, refer to Silent Install section in Installation Guide)
#rtDbPwd=<customer-data>
# DB listening port
#rtDbPort=<customer-data>
# DB server name
#rtDbServerName=<customer-data>
# DB name (this can also be the schema name)
#rtDbName=<customer-data>
# Comma-delimited list of database driver files (e.g., C\:\\db_drivers\\mysql-connector-java-8.0.19.jar)
#rtDbJarList=<customer-data>
but if I need to connect how to connect using class that related to connect to db specially MYSQL ?
thanks a lot and appreciated your pervious answer