mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #140] Support unix socket for database connection #116
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Exagone313 on GitHub (Oct 16, 2016).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/140
Originally assigned to: @jasonmunro on GitHub.
Hi,
That would be nice to support connection to database using a unix socket. To do that, you just have to add a boolean ini setting to have the choice between host and unix_socket.
@jasonmunro commented on GitHub (Oct 17, 2016):
I just pushed this out. I added 2 new ini file entries: db_connection_type (can be either "socket" or "host"), and db_socket which is used if the connection type is set to host. If you can give it a try that would be great! While I was looking at this code I realized that we should probably also add the ability to specify the port we connect to when using standard network connections. Should be easy enough to add.
github.com/jasonmunro/cypht@092afb52a3@Exagone313 commented on GitHub (Oct 17, 2016):
I didn't install Cypht yet (please see the email I sent), but I will try it directly.
@jasonmunro commented on GitHub (Oct 17, 2016):
No problem. I'm still getting caught up on my E-mail after being offline for a few days :) I will get back to you on that today.
@jasonmunro commented on GitHub (Oct 25, 2016):
Using this now so I know it works :) feel free to re-open if you run into trouble.