-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: July 2009
Database Migration (From Any to Any)
So far i have used(slightly or widely) these databases: mysql, Ms Access, Oracle, Sql Server. Previously i was engaged with only mysql database. but now a days, i need to work wiith different type of databases. more specifically, i receive … Continue reading
Taking mysql db backup in a second
Easy way to backup of database(mysql) using CI $this->load->dbutil(); $this->load->helper(‘download’); $this->load->helper(‘file’); $prefs = array( ‘tables’ => array(), // Array of tables to backup. ‘ignore’ => array(‘ssc_dakhil_exam’), // List of tables to omit from the backup ‘format’ => ‘zip’, // gzip, … Continue reading
Posted in Code Igniter, Framework
Tagged backup script, ci database backup, database backup, mysql database backup, mysql db backup
1 Comment
Oracle 10g – Easy way to start
After couple of weeks i am back in my dash board to write something. This time i come back here to write about ORACLE. we all knows that Oracle is very very strong and powerful database. so lets start really … Continue reading