I have problems with connecting to MySQL within LiveCode
I have switched to another PC, where I have Linux and Win11 running. (IP 192.168.1.50)
And I have a seperate Linux server where MySQL is running (IP 192.268.1.244)
I also have my old laptop where everything runs on localhost without any problem. (IP 192.168.1.40)
I have setup phpMyAdmin on the new PC, and with that I can acces mySQL server on the Linux server, by putting the ip address (192.168.1.244/phpMyadmin)
If I look into the MySQL database with the terminal I can do everything like show databases and change passwords etc.
So everything on MySQL (MariaDB) on the local server works as it should.
But when I start LiveCode and try to make a connection, it does not work.
Then I get the message "Can't connect to MySQL server on '192.168.1.244' (0)"
This message takes about 3 minutes to come up, in that time the scripting is frozen.
Sometimes I get the following message: Code Editor is not responding and then I can choose "Force Quit" or "Wait"
I have switched to another PC, where I have Linux and Win11 running. (IP 192.168.1.50)
And I have a seperate Linux server where MySQL is running (IP 192.268.1.244)
I also have my old laptop where everything runs on localhost without any problem. (IP 192.168.1.40)
I have setup phpMyAdmin on the new PC, and with that I can acces mySQL server on the Linux server, by putting the ip address (192.168.1.244/phpMyadmin)
If I look into the MySQL database with the terminal I can do everything like show databases and change passwords etc.
So everything on MySQL (MariaDB) on the local server works as it should.
But when I start LiveCode and try to make a connection, it does not work.
Then I get the message "Can't connect to MySQL server on '192.168.1.244' (0)"
This message takes about 3 minutes to come up, in that time the scripting is frozen.
Sometimes I get the following message: Code Editor is not responding and then I can choose "Force Quit" or "Wait"
Statistics: Posted by Rob van der Sloot — Sun Jul 14, 2024 3:42 pm