Want to Connect to an existing MS-SQL
-
Hi @girish how you are doing, I finally need your help i installed Directus and trying to connect it to existing database hosted out of Coudron but within intranet
i tried to put the bellow setting in env.sh restarted the App and it was giving error on first line of below code. i tried to add same in .initialized but no effect. any idea how could I connect it?
DB_CLIENT=mssql
DB_HOST=your-mssql-host
DB_PORT=1433
DB_DATABASE=your-database-name
DB_USER=your-username
DB_PASSWORD=your-password
DB_SSL=false -
I'm interested in conecting to an existing mysql database inside of cloudron. Is this feasable?
-
@andreasdueren do you mean https://docs.cloudron.io/guides/connect-mysql/ ? But in general, you can always grab the env variables (env | grep MYSQL_ ) in one app and use it in another .