Changes between Version 8 and Version 9 of adeiInstallation

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
01/27/10 05:07:51 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiInstallation

    v8 v9  
    3737 * In PHP configuration: Allow short opening tags and disable reporting E_NOTICE conditions. The limits of script execution time and memory usage may be raised as well. 
    3838  * '''!OpenSuSe''': In ''/etc/php5/apache2/php.ini'' a '''short_open_tag''' option should be set to '''On'''. Adjust ''max_execution_time'' and ''memory_limit'' options as well if you wish. 
     39 * Disable binary logging in MySQL configuration, otherwise mysql user accessing caching database would need a '''SUPER''' privilege. Read more on the topic in [http://dev.mysql.com/doc/refman/5.1/en/stored-programs-logging.html Binary Logging of Stored Programs] in the MySQL documentation. 
     40  * '''!OpenSuSe''': In ''/etc/my.cnf'' comment lines defining '''log-bin''' and '''binlog_format'''. 
    3941 * Install ADEI 
    4042  * Create MySQL account with full permissions to manage certain database. Configure this account and the database in ''config.actual.php'' in the root of ADEI installation.