Working With PHPStom IDE

From Littledamien Wiki
Revision as of 16:32, 23 September 2015 by Video8 (talk | contribs) (Created page with "Category:PHP Category:Web Development == Misc == === Running SELECT queries outside the database console === '''Problem:''' If you simply '''Run''' a SQL query conta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Misc

Running SELECT queries outside the database console

Problem: If you simply Run a SQL query containing a SELECT statement outside the Database Console, i.e. open a .sql file and execute it, the Results Pane does not appear.

Solution: With the .sql file in focus, hit Ctrl+Enter to execute the script. I don't know what command in the menu this corresponds to, but it does open the Results pane, where right click > Run will not open the results pane.