Changeset 3190
- Timestamp:
- 08/06/12 11:44:13 (10 months ago)
- Location:
- alternc/trunk
- Files:
-
- 2 edited
-
bureau/class/m_mysql.php (modified) (1 diff)
-
debian/control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/m_mysql.php
r3150 r3190 226 226 // give everything but GRANT on db.* 227 227 // we assume there's already a user 228 $this->dbus->query("GRANT ALL PRIVILEGES ON `".$dbname."`.* TO '".$lo." '@'$this->dbus->client'");228 $this->dbus->query("GRANT ALL PRIVILEGES ON `".$dbname."`.* TO '".$lo."@".$this->dbus->client."';"); 229 229 return true; 230 230 } else { -
alternc/trunk/debian/control
r3137 r3190 12 12 Pre-depends: debconf (>= 0.5.00) | debconf-2.0 13 13 Depends: debianutils (>= 1.13.1), apache2-mpm-itk, libapache2-mod-php5, php5-mysql, phpmyadmin, postfix, proftpd-mod-mysql, proftpd-basic, squirrelmail, squirrelmail-locales, bind9, wget, rsync, quota, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, sasl2-bin, fam | gamin, libsasl2-modules, php5-cli, lockfile-progs (>= 0.1.9), gettext (>= 0.10.40-5), sudo, adduser, mysql-client, dnsutils, bash, acl, dovecot-common (>= 1:1.2.15), dovecot-imapd, dovecot-pop3d 14 Recommends: mysql-server , dovecot-managesieved, dovecot-sieve, dovecot-mysql14 Recommends: mysql-server(>= 5.0), dovecot-managesieved, dovecot-sieve, dovecot-mysql 15 15 Conflicts: alternc-admintools, alternc-awstats (< 1.0), alternc-webalizer (<= 0.9.4), alternc-mailman (< 2.0), courier-authdaemon 16 16 Provides: alternc-admintools
Note: See TracChangeset
for help on using the changeset viewer.
