i did two code to test : 1° have one query with connection per PDO; 2° have a simple mysql_connection.
The firts it works, not problem. but the other have problems to connect.... to make a connection with mysql_query i use: mysql_query($host,$user,$password) while in PDO i use a string like was suggested in the doc that you send; how i can fill the $host to obtain success on my connection -- 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 [email protected]. To post to this group, send email to [email protected]. 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/d5307b61-b3f5-477d-b01b-291dcea1c551%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
