My codeigniter project on version 2 working well in Linux hosting but when i upload this project on google cloud i got error. When i load the database in autoload.php
$autoload['libraries'] = array('database');
another project on core php working very well
$this->con=mysqli_connect("localhost","root","","alex_quiz");