Code Monkey home page Code Monkey logo

Comments (4)

fuinyroot avatar fuinyroot commented on May 27, 2024

Hi Jörg,

Root Cause Analysis

The error ERROR 1418 (HY000) at line 206: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) should have been fixed by https://github.com/fuiny/binarydoc-docker/blob/master/etc/mysql/conf.d/mysql.cnf#L89 on MySQL 8

  • etc/mysql/conf.d/mysql.cnf#L89
# https://stackoverflow.com/questions/26015160/
log_bin_trust_function_creators = 1

If not, my best guess for now could be the config mapping at https://github.com/fuiny/binarydoc-docker/blob/master/docker-compose.yml#L22 is not working on Windows docker ? so the mysql.cnf may not take effect right now.

  • docker-compose.yml#L22
      - ./etc/mysql/conf.d:/etc/mysql/conf.d

To validate this guess, what you may try is:

  • Make sure the MySQL docker is already running
  • Open the url in browser http://127.0.0.1:10190/ and login as
    • Server: binarydoc-db
    • Username: root
    • Password: 123456, or the password you set in .env file
  • Click the link Variables at the top right
  • Validate log_bin_trust_function_creators is ON or OFF
    • We expect it should be ON - which means the mysql.cnf#L89 take effect
    • If it is OFF, it means its a mapping issue at docker-compose.yml#L22 and mysql.cnf#L89 did not take effect

We will try to find a Windows Server to test it (to be honest we need to buy a windows license first since the current testing is on Linux right now)

Other Way Out

Well you don't have to run rebuild.sh to rebuild the docker images, it has been built at https://hub.docker.com/r/fuiny/binarydoc . The script rebuild.sh is designed for the local Dev/QA Linux machines.

So all you need to do is pull the image and run it:

  • docker-compose up -d

@joerg-rade

from binarydoc-docker.

joerg-rade avatar joerg-rade commented on May 27, 2024

Hi there & thanks for the fast response!

• log_bin_trust_function_creators is OFF
• mysql.cnf#L89 -> log_bin_trust_function_creators = 1

-j

from binarydoc-docker.

fuinyroot avatar fuinyroot commented on May 27, 2024

HI @joerg-rade

Thanks for the feedback, so it means the docker-compose.yml#L22 mapping is not taking effect for MySQL 8 Windows Docker image.

    ./etc/mysql/conf.d:/etc/mysql/conf.d

We will investigate a more reliable method to map the mysql.cnf into MySQL 8 docker.

from binarydoc-docker.

joerg-rade avatar joerg-rade commented on May 27, 2024

Appears to have been a case of PEBKAC ...

my Docker Desktop for Windows setup was not correct. I had to

  • un-check Settings -> General -> Use WSL 2 based engine (which enabled Settings -> Resources -> File Sharing) and
  • grant access to the FS with Settings -> Resources -> File Sharing

Thanks for your support!

from binarydoc-docker.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.