Translations:Install i@nseo/18/fr: Difference between revisions

    From Ianseo
    (Created page with "Créez un utilisateur pour ianseo sur le serveur MySQL. Sur les distributions modernes dérivées de Debian, cela peut être fait avec la commande suivante (copiez et collez la ligne suivante dans un terminal) : sudo mysql -e "create user ianseo@localhost identified by 'ianseo';grant all privileges on ianseo.* to ianseo@localhost;create database ianseo;"")
     
    No edit summary
     
    Line 1: Line 1:
    Créez un utilisateur pour ianseo sur le serveur MySQL. Sur les distributions modernes dérivées de Debian, cela peut être fait avec la commande suivante (copiez et collez la ligne suivante dans un terminal) :
    Créez un utilisateur pour ianseo sur le serveur MySQL. Sur les distributions modernes dérivées de Debian, cela peut être fait avec la commande suivante (copiez et collez la ligne suivante dans un terminal) :
    sudo mysql -e "create user ianseo@localhost identified by 'ianseo';grant all privileges on ianseo.* to ianseo@localhost;create database ianseo;"
    sudo mysql -e "create user ianseo@localhost identified by 'ianseo';grant all privileges on ianseo.* to ianseo@localhost;create database ianseo;"

    Latest revision as of 13:44, 11 July 2026

    Information about message (contribute)
    This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
    Message definition (Install i@nseo)
    Create a user for ianseo in the mysql server. This can be done in modern debian derived distribution with (copy and paste the following line in a terminal):
     sudo mysql -e "create user ianseo@localhost identified by 'ianseo';grant all privileges on ianseo.* to ianseo@localhost;create database ianseo;"

    Créez un utilisateur pour ianseo sur le serveur MySQL. Sur les distributions modernes dérivées de Debian, cela peut être fait avec la commande suivante (copiez et collez la ligne suivante dans un terminal) :

    sudo mysql -e "create user ianseo@localhost identified by 'ianseo';grant all privileges on ianseo.* to ianseo@localhost;create database ianseo;"