Lifeissosimple 0 Posted January 8 Report Share Posted January 8 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 post Share on other sites
M6 150 Posted January 9 Report Share Posted January 9 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 post Share on other sites
Lifeissosimple 0 Posted January 13 Author Report Share Posted January 13 Era mesmo do utilizador, obrigado Link to post Share on other sites
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