MySQLdatabase

Hi
I’m also using MySQL, found proper dlls on the Internet. I’ve added them to my assets folder in my project and everything works fine but when I build it to standalone it doesn’t work. Neither on MacOS, neither on Windows. In Windows log file is written:
:roll:

what?

so this is exactly what is in the windows log file “:role:” wow what version of windows do you have? :slight_smile:

what does it really say?

also what is it that you want store users in an online mysql database?
if so

  1. a php script that takes and writes data to a mysql data base

  2. a javascript that gives it that data (in game of course)

  3. a php script for retrieving that data

  4. a javascript for getting that data

in other words Server Highscores Tutorial

Including the MySQL DDL’s in your assets folder isn’t going to actually install MySQL on the computer. If you need a local database, you should use SQLite.

oh I thought he was trying to connect to a mysql database by including it in his project. Now I get it.

But don’t expect it to work on Vista… word to the wise.

Thank you it works very well :smile: