MemCP Console

From MemCP
Revision as of 21:31, 20 November 2024 by Carli (talk | contribs)
(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.

Further Reading