Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xavier Bachelot
lemonldap-ng
56581a13fcf78926031a2e122fa570ab2d5c12dd
56581a13fcf78926031a2e122fa570ab2d5c12dd
Switch branch/tag
lemonldap-ng
lemonldap-ng-common
tools
apache-session-mysql.sql
Find file
Normal view
History
Permalink
apache-session-mysql.sql
83 Bytes
Newer
Older
LEMONLDAP::NG : branch trunk/build/lemonldap-ng
Yadd
committed
Apr 15, 2007
1
2
3
4
5
CREATE
TABLE
sessions
(
id
char
(
32
)
not
null
primary
key
,
a_session
text
);