[DiscordArchive] I've installed the C++ headers, they are located separately from the database file location. I am no
[DiscordArchive] I've installed the C++ headers, they are located separately from the database file location. I am no
Archived author: mayerherz • Posted: 2024-03-07T05:30:47.064000+00:00
Original source
I've installed the C++ headers, they are located separately from the database file location. I am not experienced with it and I still have these errors after compilation. I've tried to change the lib file to mariadbcpp.lib or specify the include directory straight to "C:\Program Files\MariaDB\MariaDB C++ Connector 64-bit\include". Should I just merge whatever is in "MariaDB C++ Connector 64-bit" folder straight with the folder where database is installed?
Archived author: Revision • Posted: 2024-03-07T06:13:14.924000+00:00
Original source
What you should do is what **most** people will tell you. Uninstall MariaDB and install MySQL. Problem solved.
Archived author: Revision • Posted: 2024-03-07T06:13:37.118000+00:00
Original source
I prefer MariaDB myself but I also know exactly how to handle it and if you're not 100% familiar with it you really shouldn't use it.