Quantcast
Channel: Niroze's Weblog » mysql
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

CodeIgniter/PHP + IIS + MySQL + MSSQL: It Works!

http://codefury.net/2011/01/codeigniter-php-iis-mysql-mssql/ CodeIgniter/PHP + IIS + MySQL + MSSQL: It Works! By Kenny Katzgrau | Published: January 11, 2011 There are a lot of people out there who...

View Article


Image may be NSFW.
Clik here to view.

Dump MySQL database

<?php /** * Dump MySQL database * * Here is an inline example: * <code> * $connection = @mysql_connect($dbhost,$dbuser,$dbpsw); * $dumper = new MySQLDump($dbname,'filename.sql',false,false); *...

View Article

Image may be NSFW.
Clik here to view.

Exporting your MySQL table data with PHPExcel + CodeIgniter

Exporting your MySQL table data with PHPExcel + CodeIgniter...

View Article

Image may be NSFW.
Clik here to view.

Import CSV data into to MySQL database

Import CSV to MySQL A simple in-built command to import whole CVS data to mysql database 1 LOAD DATA LOCAL INFILE 'd:\\\my_file.csv' 2 into TABLE table_name 3 FIELDS TERMINATED BY ',' 4 LINES...

View Article
Browsing latest articles
Browse All 4 View Live