I'm no PHP expert, but I believe that for mysqli_connect to work with Unix 
Domain Sockets, one must specify "localhost" for the host and the socket as 
the last parameter. From here: https://stackoverflow.com/a/13771199/1265

The syntax would be: mysqli_connect("localhost", 
$dbuser_prod,$dbpass_prod,$dbname_prod, $socket_prod);

Also, take care that you're $socket_prod contains an extra ":" at the start.

Regards,
Attila

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/46bfec06-5792-4222-972e-598e866a17e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to