Why can't i connect to mysql with php in php web server
Why can't i connect to mysql with php in php web server
Voters
Baconman321
Are you talking about the mysql server in repl? If not, you have to make sure your database is set up to handle remote connections. That is, connections from different domains/computers.
Baconman321
@TheDevBest The mysql repl? I don't know of any way to connect to that sadly.
Can you please show the repl?
@elipie like is there a different way to connect to mysql db in php web
@TheDevBest go [here] (https://www.w3schools.com/php/php_mysql_connect.asp) mark this if it helped :D