I am creating dynamic database with the help of dbforge in codeigniter with this code -
$this->load->dbforge();
$this->dbforge->create_database('mydatabase');
Now I want to rename this database dynamically, but i am not getting such type of method related to rename_database
your solution will be appreciated.