If posting your code to Stack Overflow, be sure to include the following to 
ensure your question is effectively treated:

   - Error message you're seeing or receiving
   - Code you are using that is causing this error
   - Dependencies required for your code sample to be used
   - Relevant documentation showing why the code you are using should work
   - Description of what you are trying to achieve with this code

Hope this helps!

On Friday, January 6, 2017 at 2:58:42 PM UTC-5, Nicholas (Google Cloud 
Support) wrote:
>
> Hey Dinesh,
>
> While there are no Google official tutorials on the documentation site, Setup 
> CodeIgniter on Google App Engine 
> <http://i-o.me/codeigniter/setup-codeigniter-on-google-appengine/> seems 
> appropriate.  It explains how using CodeIgniter on App Engine with Cloud 
> SQL differs from generic CodeIgniter with MySQL.  It also mentions specific 
> configurations required for successful connections to a Cloud SQL instance.
>
> Given the above code you've provided, there's not enough information to 
> know what's actually happening.  If you encounter specific errors when 
> running this code, I would suggest posting your code and errors on Stack 
> Overflow <http://stackoverflow.com/questions/tagged/google-app-engine> as 
> it is a better forum for error/code troubleshooting.  We monitor the 
> google-app-engine tag.
>
> Hope the above is helpful,
> Nicholas
>
> On Thursday, January 5, 2017 at 9:27:38 AM UTC-5, Dinesh Kumar wrote:
>>
>> Hi,
>>        I am unable to connect the codeigniter application to google cloud 
>> SQL, i need some step or videos link for it. 
>>
>> My code is : 
>>
>>
>> db['default'] = array(
>> 'dsn' => '',
>> 'hostname' => ':/cloudsql/test-001:europe-west1:test-001-location-data',
>> 'username' => 'root',
>> 'password' => 'dev',
>> 'database' => 'devapp_test',
>> 'dbdriver' => 'mysqli',
>> 'dbprefix' => '',
>> 'pconnect' => FALSE,
>> 'db_debug' => (ENVIRONMENT !== 'production'),
>> 'cache_on' => FALSE,
>> 'cachedir' => '',
>> 'char_set' => 'utf8',
>> 'dbcollat' => 'utf8_general_ci',
>> 'swap_pre' => '',
>> 'encrypt' => FALSE,
>> 'compress' => FALSE,
>> 'stricton' => FALSE,
>> 'failover' => array(),
>> 'save_queries' => TRUE
>> );
>>
>

-- 
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/b0e0f8cd-d6ab-482b-a46c-2875d9dce701%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to