Re: Arabic Text and Mysql and PHP
Posted by: Abdullah Khalifah
Date: July 23, 2009 09:33AM

Hello,
What about if I want to import an existing MYSQL DB that has the following commands, do I need to edit the file?

DROP TABLE IF EXISTS `tng_countries`;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `tng_countries` (
`country` varchar(64) CHARACTER SET latin1 NOT NULL DEFAULT '',
PRIMARY KEY (`country`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1256 COLLATE=cp1256_bin;
SET character_set_client = @saved_cs_client;

Options: ReplyQuote


Subject
Views
Written By
Posted
83653
May 09, 2008 05:21PM
4685
April 29, 2009 03:27AM
Re: Arabic Text and Mysql and PHP
4857
July 23, 2009 09:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.