Hello All,

I have a codeigniter application running in xampp apache in my local. I 
have my database in the cloud sql mysql instance. What are the 
configurations to be done to connect my codeigniter app to Google cloud 
mysql instance..

Thank you,
Bharath

On Friday, February 24, 2017 at 10:51:56 PM UTC+5:30, Pablo Castro López 
wrote:
>
> Hi, did you connect ci with google cloud?
>
> El jueves, 5 de enero de 2017, 11:27:38 (UTC-3), Dinesh Kumar escribió:
>>
>> 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 [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/337eb002-1701-4bdd-bb18-3f15fad10fc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to