Discussion:
sql-mysql mode doesn't display output
(too old to reply)
Nesa
2005-10-06 22:30:25 UTC
Permalink
Hi,
I am having troubles when using sql-mysql mode. It appears that standard
out of the mysql subprocess is blocked until after it terminates. For
example if I type in commands like:
show databases;
use test;
show tables;

nothing gets output, however if I exit the process with:
quit;

only then I can see output of all previous commands.
Is this a bug of my-sql mode or it is a wrong setting? I have used
sql-oracle mode without problems before...
Please help. I am running version 21.3.1 on XP.

Thanks
Nenad
s***@gmail.com
2005-10-25 22:24:21 UTC
Permalink
You need to set sql-mysql-options to '("-C" "-t" "-f" "-n") as
described on the SQL configuration screen.

Loading...