Changeset 3190


Ignore:
Timestamp:
08/06/12 11:44:13 (10 months ago)
Author:
squidly
Message:

force version MySQL >= 5.0 + Bugfix requête SQL

Location:
alternc/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/class/m_mysql.php

    r3150 r3190  
    226226      // give everything but GRANT on db.* 
    227227      // 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."';"); 
    229229      return true; 
    230230    } else { 
  • alternc/trunk/debian/control

    r3137 r3190  
    1212Pre-depends: debconf (>= 0.5.00) | debconf-2.0 
    1313Depends: 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-mysql 
     14Recommends: mysql-server(>= 5.0), dovecot-managesieved, dovecot-sieve, dovecot-mysql 
    1515Conflicts: alternc-admintools, alternc-awstats (< 1.0), alternc-webalizer (<= 0.9.4), alternc-mailman (< 2.0), courier-authdaemon 
    1616Provides: alternc-admintools 
Note: See TracChangeset for help on using the changeset viewer.