• Resolved mywphome

    (@mywphome)


    Dear all,
    since 3 days no solutions in sight.
    Sometimes I am using Bitnami to develop my site. I know how to use it. 3 days ago I used Duplicator for a fresh back-up and the latest Bitnami version.
    Installation on local host fails always at the same step, see below. I tried all different ways and option – no success. I moved the site to a sub-domain, doing right the same steps – that worked. Just no way with Bitnami, even some weeks ago it was still working as usual. Anyone having the same problem. Thank you so much for you support.

    Host: Fail
    Database: Fail
    Version: no connection
    Compatibility: This Server: [no connection] — Package Server: [5.6.33]
    NOTICE: The current version detected was released prior to MySQL 5.5.3 which had a release date of …..

    INSTALL-LOG
    INSTALLER ERROR:
    DATABASE CONNECTION FAILED!
    Access denied for user ‘****’@’localhost’ (using password: YES)

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hey @mywphome,

    Thanks for the feedback! There are a few items on the FAQ that may provide a solution with this issue, this one may get you going.

    ? ? – I’m running into issues with the Database what can I do?
    ? ? – https://snapcreek.com/duplicator/docs/faqs-tech/#faq-installer-100-q

    Let me know if any of them help~

    Thread Starter mywphome

    (@mywphome)

    yes, read them many times, so far no solution, thank you

    Thread Starter mywphome

    (@mywphome)

    Dear Cory, I tried to import the database.sql via phpMyAdmin, with following errors. might this help? Thanks Tim

    CREATE TABLE A6ki2_blc_filters (
    id int(10) unsigned NOT NULL AUTO_INCREMENT,
    name varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
    params text COLLATE utf8mb4_unicode_ci NOT NULL,
    PRIMARY KEY (id)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci

    Based on the error log above it looks like you can’t connect to the database:

    Access denied for user ‘****’@’localhost’ (using password: YES)

    When you tried the “Basic Troubleshooting” option what happened?

    • This reply was modified 7 years, 3 months ago by Cory Lamle.
    Thread Starter mywphome

    (@mywphome)

    Troubleshooting done. I have tried the possible options.
    Checked the web server and PHP error logs.

    2017-08-22T17:02:42.858576Z 183 [Note] Access denied for user ‘***’@’localhost’ (using password: YES)

    If you tried the raw PHP code and your still getting that message then the credentials your providing are not correct or the server is caching them. If your sure the DB user has all the correct perms and your 100% sure all the login info is correct then you may have to try something such as this:
    https://superuser.com/questions/603026/mysql-how-to-fix-access-denied-for-user-rootlocalhost

    Sometimes restarting mysql can help as well, as it will flush any cached data…

    Thread Starter mywphome

    (@mywphome)

    Thank for your help but no success.
    The transfer to Bitnami wordpress localhost just fails. To any other webserver with right the same credentials is working.

    You might try posting over to the Bitnami Forums to see if they have some ideas…

    Thread Starter mywphome

    (@mywphome)

    Have the solution…
    Strange in the past I was always using localhost.
    Now I had to enter for former server-IP
    Why? Something changed in the system?

    Thread Starter mywphome

    (@mywphome)

    oh no not solved – I do changes on my origin system now…. ?? too bad

    Thread Starter mywphome

    (@mywphome)

    ok now I think I have.
    Does Duplicator install the former database on my local machine (Bitnami-wordpress). I thought this was the case. Do I have to use a Bitnami database e.g. different from the origin database (name and password) or will Duplicator do for me?

    Duplicator only does the following right now:

    1. Installs the database of the site for when the package was built.
    2. Connects to the database specified on step 2 of the installer.

    The database should be an empty database (no tables). In the future we have plans for it to connect to an existing site.

    Hope that helps~

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Install Database with Bitnami’ is closed to new replies.