How can I run the samples?

, Sat Dec 26 2020, 09:12AM

I'm trying to run the samples. I can load the project and generate, but I can't get them to work. I can access my database on my host, using the IDE, but can't get the php to work due to a PDO error.

Re: How can I run the samples?
administrator, Sat Dec 26 2020, 12:14PM

You are not using the internal MySQL right? No problem, but one obvious reason could be that your own database does not contain the sample database. Another issue might be that you need to set the PDO string right to the correct MySQL host. Personally, I would start by using the internal MySQL and if that works, continue to change the settings for your remote database. If you go to the database manager, does it connect to your remote database?