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/6413ff90-e36d-4019-996c-d8f18f147d7e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
