Hello,
My VM crashes every time I open it. I ran the scripts below before crash occurs.
| settings platform connection |
settings := DBXConnectionSettings
host: 'localhost'
port: '3306'
database: 'mysql'
userName: 'root'
userPassword: ''.
platform := DBXMySQLBackend new.
connection := DBXConnection platform: platform settings: settings.
connection connect.
connection open.
I'm using:
- Windows 8.1
- OpenDBX dll files.
- mysql-connector-c-6.1.5-win32
- mysql 5.6.21
- Pharo 3.0
- OpenDBX driver stable package.
I also attached the error pop-up and crash dump, please check.
I'm looking forward for your advices.
Best regards,
Nico