Notes on changes for mysql/mariadb
This commit is contained in:
parent
5e3dfd98a8
commit
428ec679ea
1 changed files with 4 additions and 0 deletions
|
@ -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=.
|
||||
|
|
Loading…
Reference in a new issue