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

    Installing ownCloud 9.0.1

    Scheduled Pinned Locked Moved IT Discussion
    50 Posts 9 Posters 10.4k Views
    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.
    • alex.olynykA
      alex.olynyk
      last edited by

      I get something similar
      0_1462298453242_Capture.PNG

      dafyreD 1 Reply Last reply Reply Quote 0
      • dafyreD
        dafyre @alex.olynyk
        last edited by

        @alex.olynyk said in Installing ownCloud 9.0.1:

        I get something similar
        0_1462298453242_Capture.PNG

        From your ssh / terminal session, open up mariadb like this:

        mysql -u ownclouduser -p

        Enter your password when prompted and show us what you get?

        This is assuming that your MariaDB and your OwnCloud host are on the same system.

        1 Reply Last reply Reply Quote 0
        • alex.olynykA
          alex.olynyk
          last edited by

          0_1462301551373_Capture.PNG

          dafyreD 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            that seems like something is wrong, definitely works locally 😞

            1 Reply Last reply Reply Quote 1
            • dafyreD
              dafyre @alex.olynyk
              last edited by

              @alex.olynyk said in Installing ownCloud 9.0.1:

              0_1462301551373_Capture.PNG

              Curious... So type exit or hit CTRL C to quit...
              and then make sure your have the same username & password in the web form.

              Also, make sure you have on the web form, make sure you are using localhost or 127.0.0.1 for the Server hostname.

              1 Reply Last reply Reply Quote 2
              • scottalanmillerS
                scottalanmiller
                last edited by

                He is using localhost, that should work.

                1 Reply Last reply Reply Quote 0
                • alex.olynykA
                  alex.olynyk
                  last edited by

                  retyped info in web form, same error

                  even used 127.0.0.1

                  1 Reply Last reply Reply Quote 1
                  • travisdh1T
                    travisdh1
                    last edited by

                    When I created the database and added a new user, I assigned it as 'user'@'%'. I tried it with a different user assigned to localhost only. Same error, but the username in the error message is now 'oc_admin1'@'localhost'. Other things written in php aren't acting odd for me, so not sure what's going on with this yet.

                    1 Reply Last reply Reply Quote 0
                    • alex.olynykA
                      alex.olynyk
                      last edited by

                      I did a fresh install of 9.0.2 today on CentOS 7 and have the same issue. 1_1462377061886_Capture1.PNG 0_1462377061886_Capture.PNG

                      1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        I'm beginning to worry that there isn't a working ownCloud 9.0.x install right now. Stangely, ownCloud has been totally silent here today.

                        travisdh1T 1 Reply Last reply Reply Quote 1
                        • travisdh1T
                          travisdh1 @scottalanmiller
                          last edited by travisdh1

                          @scottalanmiller said in Installing ownCloud 9.0.1:

                          I'm beginning to worry that there isn't a working ownCloud 9.0.x install right now. Stangely, ownCloud has been totally silent here today.

                          I'm coming to the same conclusion. I found even more oddness.

                          Even tho the config.php file says to use sqlite3, mysql is showing something different. Fired up mysql (MariaDB 5.5.47), and I'm looking at this:

                          MariaDB [(none)]> SELECT User,Host FROM mysql.user;

                          And really poor security on those oc_admin accounts that got created:

                          MariaDB [(none)]> SHOW GRANTS FOR oc_admin1;

                          Finally, list of all the tables in the database:

                          MariaDB [owncloud]> select table_name from information_schema.tables where table_schema='owncloud';

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

                            @travisdh1 said in Installing ownCloud 9.0.1:

                            @scottalanmiller said in Installing ownCloud 9.0.1:

                            I'm beginning to worry that there isn't a working ownCloud 9.0.x install right now. Stangely, ownCloud has been totally silent here today.

                            I'm coming to the same conclusion. I found even more oddness.

                            Even tho the config.php file says to use sqlite3, mysql is showing something different. Fired up mysql (MariaDB 5.5.47), and I'm looking at this:

                            MariaDB [(none)]> SELECT User,Host FROM mysql.user;

                            And really poor security on those oc_admin accounts that got created:

                            MariaDB [(none)]> SHOW GRANTS FOR oc_admin1;

                            Finally, list of all the tables in the database:

                            MariaDB [owncloud]> select table_name from information_schema.tables where table_schema='owncloud';

                            I'd like to know what got created. I have not tested mine upgraded install yet ofr anoything beyond "it's working" status.

                            1 Reply Last reply Reply Quote 0
                            • 1
                            • 2
                            • 3
                            • 2 / 3
                            • First post
                              Last post