Qt 6.11 is out! See what's new in the release
blog
Has anyone had any success connecting to MySQL embedded?
Installation and Deployment
1
Posts
1
Posters
2.0k
Views
1
Watching
-
Hello all,
I'm trying to connect to MySql embedded using QT, but get and error:
@
mysql_embedded: Unknown error 1146
110923 20:54:22 InnoDB: The InnoDB memory heap is disabled
110923 20:54:22 InnoDB: Mutexes and rw_locks use Windows interlocked functions
110923 20:54:22 InnoDB: Compressed tables use zlib 1.2.3
110923 20:54:22 InnoDB: Initializing buffer pool, size = 128.0M
110923 20:54:22 InnoDB: Completed initialization of buffer pool
110923 20:54:22 InnoDB: highest supported file format is Barracuda.
110923 20:54:23 InnoDB: Waiting for the background threads to start
@as far as I can understand I need to tell the QSqlDatabase object to use the my-xxx.ini, or somehow pass to it the configurations.
any ideas?Thansk