Rohit_Nz
(Rohit Gupta)
1 February 2025 06:43
1
I am trying a REST server with Firedac on a windows server on AWS.
When I ran it, it wanted the path to the mysql libs. I added it in. But I still get this message.
If it has the path to it. It must mean its the x86 bitness. Is this a cryptic way of saying 32 bits?
If it is, should I
Reinstall 32bit Mysql
Recompile the Server for 64bit
Rohit_Nz
(Rohit Gupta)
1 February 2025 07:48
2
Compiling the server for 64 bit worked, unless it was a coincidence.
1 Like
The My SQL library files are not in place
you need to set up tables with fields to access your data
Are you not running some sort of SQL editor to set your tables up example - HeidiSQL
Are you running a Meridian database - easy to install ?
then worry about REST connection
Rohit_Nz
(Rohit Gupta)
3 February 2025 04:53
4
Hi Lex, obviously thats in place.
the error to me is saying your database *.DLL’s were not found
those *.DLL’s are clearly SQL database named DLL’s for all SQL database access
So why does HeidiSQL access the database and REST does not?
using the very same *.DLL’s? for the very same tasks
is database passwords in the way or something
root password?