Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've been able to recreate this problem on many different machines, both 32bit and 64bit.
> fresh install of expressor 3.8.3
> fresh install of mysql 5.5.29
> fresh install of mysql connector 5.1.11
> new workspace
> new project
> create connection to mysql community addition (not DSN), to my local host
> attempt to create new table schema based on existing single schema
> the entire application CRASHES.
Mysql 5.2w connector works fine when usind DSN, but I need direct connection to be able to do a table merge.
Any ideas?