Re: Arabic Text and Mysql and PHP
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;
Subject
Views
Written By
Posted
86059
May 09, 2008 05:21PM
10534
May 09, 2008 05:28PM
6589
May 24, 2008 03:34PM
4839
April 29, 2009 03:27AM
Re: Arabic Text and Mysql and PHP
5063
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.