Has anyone used MySQL Workbench (or a similar utility) to aid in design and testing? Would there be any problem connecting a Windows version of Workbench to a Linux MySQL server? And would it interfere in any way with ASQL?
There shouldn't be any problem with using a client (ASQL, Workbench, etc) with the MySQL server, regardless of whether they are on the same machines or platforms. All the communication between the client and server is socket based.