ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Install Nextcloud 13.0.0 on Fedora 27

    IT Discussion
    how to nextcloud nextcloud 13 real instructions guide fedora 27
    21
    188
    29.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch @Donahue
      last edited by

      @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

      @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

      mysql -e "UPDATE mysql.user SET Password=PASSWORD('vX41YtG&Z*^!I*DWVdv$D2k!') WHERE User='root';"
      

      That is you changing the mysql root password. Well setting actually.

      1 Reply Last reply Reply Quote 0
      • DonahueD
        Donahue @DustinB3403
        last edited by

        @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

        @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

        @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

        @Donahue Yup. bad password. Hell you are lucky your root password took.

        I am not sure I actually changed the root on mysql, I might just have the root on fedora

        ....................

        The one password that matters wasn't changed.

        🤦

        care to elaborate?

        DustinB3403D 1 Reply Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403 @Donahue
          last edited by

          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

          @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

          @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

          @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

          @Donahue Yup. bad password. Hell you are lucky your root password took.

          I am not sure I actually changed the root on mysql, I might just have the root on fedora

          ....................

          The one password that matters wasn't changed.

          🤦

          care to elaborate?

          It didn't take the password.

          1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @Donahue
            last edited by

            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

            @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

            mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
            

            This is you using an invalid character in a mysql password.

            DonahueD 1 Reply Last reply Reply Quote 0
            • DonahueD
              Donahue @JaredBusch
              last edited by

              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

              mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
              

              This is you using an invalid character in a mysql password.

              what is the invalid character?

              JaredBuschJ DustinB3403D 2 Replies Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @Donahue
                last edited by JaredBusch

                @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                

                This is you using an invalid character in a mysql password.

                what is the invalid character?

                The $ in a bash command with double quotes

                1 Reply Last reply Reply Quote 0
                • DustinB3403D
                  DustinB3403 @Donahue
                  last edited by

                  @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                  @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                  @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                  @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                  mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                  

                  This is you using an invalid character in a mysql password.

                  what is the invalid character?

                  @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @DustinB3403
                    last edited by JaredBusch

                    @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                    @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                    @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                    mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                    

                    This is you using an invalid character in a mysql password.

                    what is the invalid character?

                    @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                    They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

                    DonahueD 1 Reply Last reply Reply Quote 0
                    • DonahueD
                      Donahue @JaredBusch
                      last edited by

                      @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                      @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                      @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                      @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                      @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                      @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                      mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                      

                      This is you using an invalid character in a mysql password.

                      what is the invalid character?

                      @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                      They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

                      so stick with letters and numbers?

                      DonahueD JaredBuschJ black3dynamiteB scottalanmillerS 4 Replies Last reply Reply Quote 0
                      • DonahueD
                        Donahue @Donahue
                        last edited by

                        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                        @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                        @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                        @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                        @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                        mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                        

                        This is you using an invalid character in a mysql password.

                        what is the invalid character?

                        @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                        They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

                        so stick with letters and numbers?

                        Should I just start over? or can I overwrite these with new passwords?

                        JaredBuschJ 1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch @Donahue
                          last edited by

                          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                          @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                          @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                          @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                          @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                          mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                          

                          This is you using an invalid character in a mysql password.

                          what is the invalid character?

                          @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                          They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

                          so stick with letters and numbers?

                          Pretty much always.

                          1 Reply Last reply Reply Quote 1
                          • JaredBuschJ
                            JaredBusch @Donahue
                            last edited by

                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                            @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                            @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                            @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                            @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                            mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                            

                            This is you using an invalid character in a mysql password.

                            what is the invalid character?

                            @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                            They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

                            so stick with letters and numbers?

                            Should I just start over? or can I overwrite these with new passwords?

                            Your root password took, or so you stated.

                            So just update the ncuser password as @scottalanmiller noted.

                            DonahueD 1 Reply Last reply Reply Quote 0
                            • DonahueD
                              Donahue @JaredBusch
                              last edited by

                              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                              @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                              mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                              

                              This is you using an invalid character in a mysql password.

                              what is the invalid character?

                              @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                              They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

                              so stick with letters and numbers?

                              Should I just start over? or can I overwrite these with new passwords?

                              Your root password took, or so you stated.

                              So just update the ncuser password as @scottalanmiller noted.

                              I dont think the root password took either, I think I misunderstood earlier.

                              DustinB3403D 1 Reply Last reply Reply Quote 0
                              • black3dynamiteB
                                black3dynamite @Donahue
                                last edited by

                                @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                                @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                                @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                                @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                                mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                                

                                This is you using an invalid character in a mysql password.

                                what is the invalid character?

                                @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                                They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

                                so stick with letters and numbers?

                                Use a password generator like https://passwordsgenerator.net/ and uncheck Include Symbols: .

                                1 Reply Last reply Reply Quote 0
                                • DonahueD
                                  Donahue
                                  last edited by

                                  Yeah, I am using my password generator, I just didnt turn off symbols.

                                  1 Reply Last reply Reply Quote 0
                                  • DustinB3403D
                                    DustinB3403 @Donahue
                                    last edited by DustinB3403

                                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

                                    mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
                                    

                                    This is you using an invalid character in a mysql password.

                                    what is the invalid character?

                                    @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

                                    They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

                                    so stick with letters and numbers?

                                    Should I just start over? or can I overwrite these with new passwords?

                                    Your root password took, or so you stated.

                                    So just update the ncuser password as @scottalanmiller noted.

                                    I dont think the root password took either, I think I misunderstood earlier.

                                    Well you said you can run mysql -u root -p and get logged into the mysql interface. . . so that would mean your ROOT password took.

                                    1 Reply Last reply Reply Quote 0
                                    • DonahueD
                                      Donahue
                                      last edited by

                                      57757506-23a2-4377-952e-5da184e71f01-image.png

                                      Does this show root? I just left the password blank.

                                      DustinB3403D 1 Reply Last reply Reply Quote 0
                                      • DustinB3403D
                                        DustinB3403 @Donahue
                                        last edited by

                                        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                        57757506-23a2-4377-952e-5da184e71f01-image.png

                                        Does this show root? I just left the password blank.

                                        So you didn't set a root password at all if where it says "Enter password:" you just tapped enter and were logged in.

                                        That should be updated to be secured with a password.

                                        DonahueD 1 Reply Last reply Reply Quote 0
                                        • DonahueD
                                          Donahue @DustinB3403
                                          last edited by

                                          @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                                          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                          57757506-23a2-4377-952e-5da184e71f01-image.png

                                          Does this show root? I just left the password blank.

                                          So you didn't set a root password at all if where it says "Enter password:" you just tapped enter and were logged in.

                                          That should be updated to be secured with a password.

                                          correct. that makes me think it didnt take the password earlier, because of bad characters.

                                          DustinB3403D 1 Reply Last reply Reply Quote 0
                                          • DustinB3403D
                                            DustinB3403 @Donahue
                                            last edited by

                                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                            @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                            57757506-23a2-4377-952e-5da184e71f01-image.png

                                            Does this show root? I just left the password blank.

                                            So you didn't set a root password at all if where it says "Enter password:" you just tapped enter and were logged in.

                                            That should be updated to be secured with a password.

                                            correct. that makes me think it didnt take the password earlier, because of bad characters.

                                            You would've set the password when you ran mysql_secure_installation

                                            DonahueD 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 9 / 10
                                            • First post
                                              Last post