Warning: mysql_pconnect(): MySQL server has gone away with using cloud database
问题 Warning: mysql_pconnect(): MySQL server has gone away in D:\xampp-portable\htdocs\project\database\dbconn.php on line 16 I got this error on the top of the page, but the page shows correctly. How can i solve this problem or just avoid showing the warning on the page? I am using Cleardb created from Windows Azure trial. line 16: $conn = mysql_pconnect($hostname_conn, $username_conn, $password_conn,TRUE) or trigger_error(mysql_error(),E_USER_ERROR); 回答1: You'll get this error any time you get