Catégorie : Cloud db

Connexions aux db du cloud

#!/bin/sh#——————————————————————————-## Script to connect to IBM Cloud DB, version 2.0# Author : JJY##——————————————————————————-#set -vx###############INSTANCIATION##############DOMAIN= »<domain> »DATABASE= »postgres »USERNAME= »<user_dba> »while truedoDATABASE= »postgres » clear echo « CONNEXION AUX BASES DU CLOUD  » echo  »  » echo « CONNEXION A l ECOSYSTEM : <ecosystem> » echo « . read more…

Translate »