neoform Posted November 16, 2006 Share Posted November 16, 2006 I'm not sure what's causing this error, I'm using MySQL 5.0.27-win and from what I can tell, this command should work..[code]mysql> SHOW PROCESSLIST\G;ERROR 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\G' at line 1[/code] Quote Link to comment https://forums.phpfreaks.com/topic/27464-show-processlistg-error/ Share on other sites More sharing options...
fenway Posted November 16, 2006 Share Posted November 16, 2006 And without the \G modifier? Quote Link to comment https://forums.phpfreaks.com/topic/27464-show-processlistg-error/#findComment-125717 Share on other sites More sharing options...
neoform Posted November 17, 2006 Author Share Posted November 17, 2006 works fine..turns out it was the program i was using, was actually doing an escape of the letter G.i switched to the dos prompt and it worked. :P Quote Link to comment https://forums.phpfreaks.com/topic/27464-show-processlistg-error/#findComment-126165 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.