Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
20 November 2024
|
N 21:31 | MemCP Console 2 changes history +551 [Carli (2×)] | |||
|
21:31 (cur | prev) +53 Carli talk contribs Tag: Visual edit | ||||
N |
|
20:01 (cur | prev) +498 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...") Tag: Visual edit |
|
20:14 | Main Page 3 changes history +31 [Carli (3×)] | |||
|
20:14 (cur | prev) +19 Carli talk contribs (→Administration) Tag: Visual edit | ||||
|
19:10 (cur | prev) −30 Carli talk contribs (→SQL Frontend) Tag: Visual edit | ||||
|
19:09 (cur | prev) +42 Carli talk contribs (→Navigation) Tag: Visual edit |
19:38 | Current Status and Open Issues diffhist −82 Carli talk contribs (→Scheme language) |
|
N 19:33 | Migration from MySQL and PostgreSQL 7 changes history +1,224 [Carli (7×)] | |||
|
19:33 (cur | prev) +18 Carli talk contribs Tag: Visual edit | ||||
|
19:31 (cur | prev) +37 Carli talk contribs (→Connection to MemCP from PostgreSQL) Tag: Visual edit | ||||
|
19:20 (cur | prev) +43 Carli talk contribs Tag: Visual edit | ||||
|
19:19 (cur | prev) −28 Carli talk contribs (→Connection to MemCP from PostgreSQL) Tag: Visual edit | ||||
|
19:19 (cur | prev) +1 Carli talk contribs (→Connection to MemCP from PostgreSQL) Tag: Visual edit | ||||
|
19:18 (cur | prev) +280 Carli talk contribs (→Connection to MemCP via MySQL Connector) Tag: Visual edit | ||||
N |
|
19:15 (cur | prev) +873 Carli talk contribs (Created page with "thumb|none|640x640px ===Connection to MemCP via MySQL Connector=== MemCP can be connected with any compatible MySQL connector: $db = new \PDO<code>"mysql:host=localhost;port=3307;dbname=system", 'root', 'admin');</code> echo $db->query("SELECT 'it works'")->fetchColumn(); // outouts: it works ===Import data from MySQL and PostgreSQL=== To import data from MySQL into MemCP, you have to perform the following command in<code>memcp</code>console: (l...") Tag: Visual edit |
19:27 | What is OLTP and OLAP diffhist +3 Carli talk contribs (→See also) |
|
19:23 | Deployment 2 changes history +169 [Carli (2×)] | |||
|
19:23 (cur | prev) +31 Carli talk contribs Tag: Visual edit | ||||
|
19:22 (cur | prev) +138 Carli talk contribs Tag: Visual edit |
19:12 | Deletion log Carli talk contribs deleted page Replace MySQL with MemCP (content was: "thumb|none|640x640px === Connection to MemCP === MemCP can be connected with any compatible MySQL connector: $db = new \PDO<code>"mysql:host=localhost;port=3307;dbname=system", 'root', 'admin');</code> echo $db->query("SELECT 'it works'")->fetchColumn(); // outouts: it works === Import data from MySQL === To import data from MySQL into MemCP, you have to per...", and the only contributor was "Carli" (talk)) |
19:11 | SQL over REST diffhist +330 Carli talk contribs |
19 November 2024
N 19:10 | Deployment diffhist +891 Carli talk contribs (Created page with "MemCP is relatively easy to deploy. It only requires minimal system requirements (some 10-20 Megabytes of RAM for the base system). There are two deployment methods: === Deployment via pm2 (preferred) === To run memcp, just follow these commands: git clone https://github.com/launix-de/memcp cd memcp go get make # make sure, go is installed pm2 start ./memcp -data ./data/ # use a different path than ./data if you wish; install pm2 If you want to update memcp, just r...") |
19:02 | Main Page diffhist +17 Carli talk contribs (→Navigation) |