Posts by Gabriel Lothric • 11 points
1 post
-
1
votes1
answer1283
viewsQ: mariadb connection error
Today I installed the lamp in my manjaro and everything was working normally, until I went to test php with mysql and typed the code: $conexao = mysqli_connect('localhost','root','','data'); I…