0
我有一種情況,出於某種原因,我無法使用Google的Cloud SQL。因此,我希望appid.appspot.com上的應用程序連接到外部數據庫服務器。嘗試從Google App Engine連接到外部數據庫服務器時出錯
db.php中
'hostname' => '202.202.202.202',
'username' => 'user',
'password' => 'password',
'database' => 'dbname',
'dbdriver' => 'mysql',
這給了我一個服務器錯誤,但是我能夠從MySQL工作臺連接到數據庫。此應用程序在連接到Cloud SQL時沒有問題。
錯誤消息:
Error: Server Error
The server encountered an error and could not complete your request.
Please try again in 30 seconds.
有人可以幫助我理解我要去哪裏錯了。
「給我一個服務器錯誤」 - 比如? –
@JeremyHarris對不起,我在問題中包含了錯誤信息。 – Krish
謝謝。日誌中的任何內容? https://cloud.google.com/appengine/articles/logging –