MemCP Console

From MemCP
Revision as of 20:01, 20 November 2024 by Carli (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.