Notes on changes for mysql/mariadb

This commit is contained in:
Éibhear Ó hAnluain 2019-05-23 17:24:23 +01:00
parent 5e3dfd98a8
commit 428ec679ea

View file

@ -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=.