Cann't connect to remote database using php

后端 未结 3 902
被撕碎了的回忆
被撕碎了的回忆 2021-01-28 02:17

I have Xampp installed in windows and I am creating an application using Laravel 5.3. I am trying to execute a query on another server on local network but when I try to do that

3条回答
  •  难免孤独
    2021-01-28 02:31

    1. You need to grant the permission to access the database from local
    2. Use these commands and then revert , help url here grant remote access of MySQL database from any IP address

提交回复
热议问题