sql >> Database >  >> RDS >> Mysql

c9.io - hoe het hostadres te vinden om een ​​mysql-verbinding te maken in het node.js-platform

Ik vond dit in de Cloud9-documentatie :

U kunt dan verbinding maken met de database met de volgende parameters:

Option      Value      Comment
Hostname    $IP     The same local IP as the application you run on Cloud9
Port        3306       The default MySQL port number
User        $C9_USER    Your Cloud9 user name
Password    -          No password since you can only access the DB from within the workspace
Database    c9         The database name

Om uw IP-adres te achterhalen, opent u uw werkruimte en typt u dit in de bash-console:

curl http://curlmyip.com/


  1. Hoe de LIKE-operator werkt in SQLite

  2. Moet ik mysql_close(verbinding) gebruiken?

  3. Foutcode:1215. Kan geen beperking voor externe sleutels toevoegen (buitenlandse sleutels)

  4. Hoe stel ik een MySQL-rij in op ALLEEN-LEZEN?