Results 1 to 3 of 3
Thread: MYSQL
Hybrid View
-
27th July 2009 12:13 #1Banned
Join Date: Dec:2007
Location: SOF/LDS
Posts: 227
MYSQL
. . . sql wave . SQL . .
phpmyadmin . , sql wave. () .
, .
: , sql , ,
- ?
?
UTF-8_bin.
:
Code:-- Table structure for table `categories_description` DROP TABLE IF EXISTS `categories_description`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `categories_description` ( `categories_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `categories_name` varchar(255) collate utf8_bin NOT NULL, PRIMARY KEY (`categories_id`,`language_id`), KEY `idx_categories_name` (`categories_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- Dumping data for table `categories_description` LOCK TABLES `categories_description` WRITE; /*!40000 ALTER TABLE `categories_description` DISABLE KEYS */; INSERT INTO `categories_description` VALUES (26,1,'Boots'),(27,4,'×åõëè'),(26,4,'Áîòóøè') /*!40000 ALTER TABLE `categories_description` ENABLE KEYS */; UNLOCK TABLES;
. sql wave , , : Áîòóøè, .
.
---------- 10:13 ---------- 10:09 ----------
:
, , . , , .
-
31st July 2009 14:16 #2Registered User
Join Date: Nov:2004
Location: localhost
Posts: 124
...
PHP mysql ... .Bla bla blaaa
-
31st July 2009 16:36 #3Banned
Join Date: Oct:2003
Location:
Posts: 5,259
UTF-8_bin UTF_8_general_ci ( ) phpmyadm ( mysql MySQL Query Browser, a phpmyadmin, , , phpmyadmin sql-).
jagar , .
..
- , ?Last edited by Softman; 31st July 2009 at 16:42.




Reply With Quote
7th May 2023, 16:02 in PC