I'd like to get emacs sql-mysql mode working in windows xp. I'm able to enter sql-mysql mode and connect to mysql database successfully. The problem is that the SQL buffer doesn't show the "mysql>" prompt. In other words, it's not interacting with mysql.exe.
I think it's because the mysql.exe program is going into "non-interactive" mode when it's started behind the scenes by emacs.
None of the mysql options seem to be of any help.
Any ideas about how to fix this? I can see this being a problem for emacs comint mode interacting with other command line utilities in windows as well, so maybe there's a os level solution?