Search found 2 matches
- Tue Jun 13, 2006 8:56 pm
- Forum: Databases
- Topic: mySQL connection to a port
- Replies: 5
- Views: 9259
i tried the 5th parameter to set it to true/false (no SSL is setup). The MySQL is a localserver. Still I get a message Unknown MySQL server host 'localhost:8889' or '127.0.0.1:8889'. I also tried the actual IP address (192.168.0.x:8889). Happens with the reveOpenDatabase command. Going thru the Data...
- Tue Jun 13, 2006 12:40 pm
- Forum: Databases
- Topic: mySQL connection to a port
- Replies: 5
- Views: 9259
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....