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

    From Ianseo
    (Created page with "Skapa en användare för ianseo i MySQL server. Du kan göra det i modern debian derived distribution genom att kopiera och klistra in i terminalfönstret: sudo mysql -e "create user ianseo@localhost identified by 'ianseo';grant all privileges on ianseo.* to ianseo@localhost;create database ianseo;"")
     
    (No difference)

    Latest revision as of 19:08, 13 April 2025

    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;"

    Skapa en användare för ianseo i MySQL server. Du kan göra det i modern debian derived distribution genom att kopiera och klistra in i terminalfönstret: sudo mysql -e "create user ianseo@localhost identified by 'ianseo';grant all privileges on ianseo.* to ianseo@localhost;create database ianseo;"