Lifeissosimple Posted January 8, 2021 at 10:37 PM Report Share #620929 Posted January 8, 2021 at 10:37 PM Boa noite! estou a tentar aceder a uma base de dados que tenho num outro computador de casa via mysqli connect. No entanto apesar de ter acesso via browser ao MyAdmin do computador remoto, qd tenho estabelecer a ligação via PHP gera o seguintes avisos: Citação Warning: Packets out of order. Expected 0 received 1. Packet size=74 Warning: mysqli_connect(): MySQL server has gone away Warning: mysqli_connect(): Error while reading greeting packet. PID=14760 Warning: mysqli_connect(): (HY000/2006): MySQL server has gone away alguém me pode ajudar? obrigado, Link to comment Share on other sites More sharing options...
M6 Posted January 9, 2021 at 07:51 PM Report Share #620933 Posted January 9, 2021 at 07:51 PM Vê a firewall e verifica se o utilizador com o qual estás a tentar ligar tem permissão para se ligar remotamente. Os utilizadores no MySQL costumam ter permissão a partir do próprio computador "utilizador@localhost", mas nem sempre têm acesso remoto "utilizador@%", não te esqueças de fazer "flush privileges" depois. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to comment Share on other sites More sharing options...
Lifeissosimple Posted January 13, 2021 at 10:23 PM Author Report Share #620957 Posted January 13, 2021 at 10:23 PM Era mesmo do utilizador, obrigado Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now