Simple Machines Community Forum

SMF Support => Language Specific Support => Français (French) => Topic started by: christal on February 29, 2024, 04:48:33 AM

Title: Msql 8 forum hébergé sur OVH
Post by: christal on February 29, 2024, 04:48:33 AM
Bonjour,
OVH vient de m'avertir qu'une campagne de mise à jour de ma version msql 5.7 actuelle vers msql 8.0 est programmée prochainement.
Mon forum smf est basé sur la version 2.1.4.en PHP 8.1. Est-ce que le changement de version msql aura une incidence sur le bon fonctionnement de mon forum ? Dois-je prévoir des mesures complémentaires ?
Merci pour vos réponses à venir.
Title: Re: Msql 8 forum hébergé sur OVH
Post by: GravuTrad on March 01, 2024, 11:33:02 AM
Quote from: GravuTrad on March 01, 2024, 11:31:41 AMMinimum installation requirements
Your server must meet a few requirements to be able to run SMF. If you are unsure as to whether your webserver meets these, please try to upgrade anyway - it should detect any problems.
  • Any webserver that properly supports PHP, such as Apache (https://httpd.apache.org/) or Internet Information Services (IIS) (https://www.iis.net/).
  • PHP (https://php.net/) 7.0 or higher. The following directives are required to be set correctly in php.ini:
    • the engine directive must be On.
    • the magic_quotes_sybase (https://php.net/sybase#ini.magic-quotes-sybase) directive must be set to Off.
    • the session.save_path (https://php.net/session#ini.session.save-path) directive must be set to a valid directory.
    • the file_uploads (https://php.net/manual/en/ini.core.php#ini.file-uploads) directive must be On.
    • the upload_tmp_dir (https://php.net/manual/en/ini.core.php#ini.upload-tmp-dir) must be set to a valid directory.
  • Any of the following database systems
    • MySQL (https://www.mysql.com/) 5.6 or higher.
    • MariaDB (https://mariadb.com/) 10.0 or higher.
    • PostgreSQL (https://www.postgresql.org/) 9.6 or higher.
  • at least 2 megabytes of storage space in the database, although more is highly recommended.
  • The database user must have at least the following privileges: SELECT, INSERT, UPDATE, DELETE, ALTER, CREATE, DROP, TRUNCATE and INDEX.
  • about 20 megabytes of storage space on the web server, although more is recommended.

Recommendations for best performance
  • Windows, Linux (https://www.linux.org/) or another Unix based operating system.
  • the GNU Aspell (http://aspell.net/) 0.50 or higher and its dictionaries (https://ftp.gnu.org/gnu/aspell/dict/) for spell checking functionality.
  • Apache (https://httpd.apache.org/) 2.0.0 or higher with AcceptPathInfo (https://httpd.apache.org/docs-2.0/mod/core.html#acceptpathinfo) set to On (Apache 2 and later only) for queryless URL support.
  • PHP (https://php.net/) 7.0.0 or higher, with the following set in php.ini:
    • the max_input_time (https://php.net/manual/en/info.configuration.php#ini.max-input-time) directive is set to a value of at least 30.
    • the post_max_size (https://php.net/manual/en/ini.core.php#ini.post-max-size) and upload_max_filesize (https://php.net/configuration.directives#ini.upload-max-filesize) directives set to the size of the largest attachments you wish to be able to upload.
    • the session.use_trans_sid (https://php.net/session#ini.session.use-trans-sid) directive set to Off.
    • the memory_limit (https://php.net/manual/en/ini.core.php#ini.memory-limit) directive is set to at least 8M.
    • the max_execution_time (https://php.net/manual/en/info.configuration.php#ini.max-execution-time) directive is set to at least 15.
    • the register_globals (https://php.net/manual/en/ini.core.php#ini.register-globals) directive is set to Off.
    • the safe mode (https://php.net/manual/en/features.safe-mode.php) disabled or suEXEC (https://httpd.apache.org/docs/2.0/suexec.html) enabled.
  • Any of the following database systems
    • MySQL (https://www.mysql.com/) 8.0 or higher.
    • MariaDB (https://mariadb.com/) 10.2 or higher.
    • PostgreSQL (https://www.postgresql.org/) 9.6 or higher.
  • GD Graphics Library (https://libgd.github.io/) 2.0 or higher.
If your server does not meet these requirements, SMF may not work properly.

 Donc devrait pas y avoir de souci.