From 428ec679eaac59261556602bfb7856ce8a366be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ibhear=20=C3=93=20hAnluain?= Date: Thu, 23 May 2019 17:24:23 +0100 Subject: [PATCH] Notes on changes for mysql/mariadb --- docs/enode.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/enode.org b/docs/enode.org index 769528b..630ccd5 100644 --- a/docs/enode.org +++ b/docs/enode.org @@ -15,6 +15,9 @@ =/nolog=, which leaves the need to connect to a database until *after* the process has commenced. - Set SQL buffer settings + * *MySQL addition* =(enode-mysql-start-engine)= + - =t=: nothing can happen here as mysql doesn't support + starting an interactive shell. + Open the =*_ENODE.sql= file for the project + =(setq enode-up t)= to declare that enode has started. + =(enode-connection)= called interactively @@ -29,6 +32,7 @@ + =conn-user=: Username + =conn-connection=: Database connection: modelled by Oracle's TNSNames details + =conn-prompt=: a three-character designator to use as the SQL*Plus prompt. + + *MySQL addition*: We need to get the host. - Add these details as a record in the =current-type-connections= list. - Update =all-connections= with the new =current-type-connections= list. - Update =enode-connections-file=.