MemCP Console: Difference between revisions

From MemCP
Jump to navigation Jump to search
(Created page with "There are two ways to access MemCP Scheme Console: a) if you run <code>memcp</code>in the console, just type in your scheme commands b) if you run <code>memcp</code>in docker or pm2 where you don't have access to the console, open a MySQL connection and type <code>SET syntax = 'scheme';</code>and then type in your commands followed by <code>;.</code> In option b) it might be that some commands like (help) output to memcp console instead of your mysql shell. So better...")
 
No edit summary
 
Line 6: Line 6:
   
 
In option b) it might be that some commands like (help) output to memcp console instead of your mysql shell. So better keep that process open.
 
In option b) it might be that some commands like (help) output to memcp console instead of your mysql shell. So better keep that process open.
  +
  +
== Further Reading ==
  +
  +
* [[Introduction to Scheme]]

Latest revision as of 21:31, 20 November 2024

There are two ways to access MemCP Scheme Console:

a) if you run memcpin the console, just type in your scheme commands

b) if you run memcpin docker or pm2 where you don't have access to the console, open a MySQL connection and type SET syntax = 'scheme';and then type in your commands followed by ;.

In option b) it might be that some commands like (help) output to memcp console instead of your mysql shell. So better keep that process open.

Further Reading