Mysql
 sql >> Database >  >> RDS >> Mysql

Impossibile connettersi a nessuno degli host MySQL specificati

Puoi controllare che il server mysql funzioni o meno e puoi aggiungere il numero di porta di mysql nella stringa di connessione come questa

    "Server = myServerAddress;
       Port = 1234;
   Database = myDataBase;
        Uid = myUsername;
        Pwd = myPassword;"