skip to Main Content

Ubuntu / DigitalOcean – Unable to Install MySql

I’m following the LAMP tutorial on DigitalOcean (https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-22-04), but I don’t seem to be able to install MySQL on Ubuntu 22.04 . I tried deleting my droplet, making a new one, and installing MySQL before anything else, but I still…

VIEW QUESTION

Connect to Mysql database from another docker application

I have 2 Laravel applications running in docker environment. The first application docker-compose file (which called mobile app) version: '3.8' networks: laravel: services: nginx: build: context: . dockerfile: dockers/nginx/Dockerfile container_name: mobile-server-nginx ports: - "8188:80" volumes: - ./:/var/www/ depends_on: - php…

VIEW QUESTION
Back To Top
Search