Search found 2 matches
- Tue Jun 13, 2006 8:56 pm
- Forum: Databases
- Topic: mySQL connection to a port
- Replies: 5
- Views: 11189
- Tue Jun 13, 2006 12:40 pm
- Forum: Databases
- Topic: mySQL connection to a port
- Replies: 5
- Views: 11189
mySQL connection to a port
I can connect to a mySQL DB using the Run Revolution Database query builder to a specific port (e.g: 8889) but using the revOpenDatabase function revOpenDataBase("MySQL","127.0.0.1:8889","testdb","user","password") get an error of the host not found. I tried local Ip address also instead of the 127 ...