I\'m trying to write a script in CodeIgniter that will create a database and then will add tables to that newly created database along with various fields in to the new tabl
$this->db->query('use db2'); $this->db->query('use DB1');