Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
fe6d6e0e
...
fe6d6e0e601f513af7c4ade5f692ea0371f5e9a6
authored
2001-09-05 09:13:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
New defines: MHOST,MPORT,etc.
1 parent
507b09cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
MySql/MySql.h
MySql/MySql.h
View file @
fe6d6e0
...
...
@@ -2,6 +2,14 @@
#ifdef HAVE_MYSQL
#define MHOST NULL
/* Hostname to connect to. NULL for UNIX
socket connection */
#define MPORT 0
/* Port number to connect to. 0 means default
MySQL port (3300) */
#define MSOCKET NULL
/* Socket name to use. Valid only if connecting
via UNIX sockets */
#define MFLAGS 0
/* Special user flags. It is safe to leave
this untouched */
#define MUSER "accounts"
/* Username for mysql access */
#define MPASS "yurpass"
/* Password for mysql access */
#define MDB "accounts"
/* Database Name */
...
...
Please
register
or
sign in
to post a comment