]> git.pld-linux.org Git - packages/php-pecl-session_mysql.git/commitdiff
- let sysadmin choose the database
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Feb 2007 15:06:28 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-session_mysql.sql -> 1.2

php-pecl-session_mysql.sql

index f316e07a32e3489a7b94b0208e8f37493bf03b68..b81b9596a84629815423dce0c27657e0f134f1a2 100644 (file)
@@ -1,6 +1,11 @@
+/*
+
 create database phpsession;
+-- note it probably needs less privileges:
 grant all privileges on phpsession.* to phpsession identified by "phpsession";
 use phpsession;
+*/
+
 create table phpsession (
        sess_key char(64) not null,
        sess_mtime int(10) unsigned not null,
This page took 0.068951 seconds and 4 git commands to generate.