New topic in Databases: can't connect to mysql server (ip_number) (4)
face - Sun Mar 30, 2008 3:46 am <http://forums.realsoftware.com/viewtopic.php?t=21521> I suddenly (after moving to another mantainer) cannot access to my sql database i use Code:Dim db as mySQLDatabase db= New mySQLDatabase db.host= //i insert the new ip db.port=3306 db.databaseName="test" db.userName="test_user" db.Password="password" i've setup cPanel X to allow external web servers to access your MySQL databases using % (it's the same as GRANT ALL ON *.* TO 'someuser'@'somehost'; isn't it ?) i'm not behind a firewall the new mantainer use the new mysql 5 (while on old machine used mysql 4) -- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
