Git Product home page Git Product logo

mysqlregistration's People

Contributors

paigen11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mysqlregistration's Issues

Access denied for user 'root'@'192.168.xxx.xxx' (using password: YES) in docker container

Hi i have created mysql docker container using docker-compose file, container is up and running fine now. Docker-compose.yaml is

  version: '3'
  services:
    db:
   image: "mysql:8.0.21"
   container_name: test-mysql
   #- mysql-data:/var/lib/mysql/data
   ports:
     - 3306:3306
   environment:
      MYSQL_ROOT_PASSWORD: Test123
       MYSQL_DB=imonitor
   volumes:
        -  vol-data:/var/lib/mysql
   networks:
        -  my-app
 backend-app:
   build: ./back-end
   container_name: back-end-container
   environment:
     - DB_SERVER= test-mysql
     - MYSQL_DB=testdb
     - MYSQL_ALLOW_EMPTY_PASSWORD=yes
   ports:
    - 3000:3000
   networks:
     -  my-app
   links:
     -   my-app
 ui:
   build: ./front-end
   container_name: front-end-container
   ports:
     - 8090:80
   links:
     - backend-app
   networks:
     - my-app
networks:
my-app:
 driver: bridge
volumes:
 vol-data:

Using interactive terminal command i have tried to get into mysql database

docker exec -it 90585b0a534a bash
root@90585b0a534a:/# mysql -u root -pTest123 mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Also unable to connect using dB visualizer. is there any fault in yaml file or on configuration file

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.