Thread: CYRILLIC ERROR
View Single Post
  #3  
Old 12th April 2022, 11:06
Extremlym's Avatar
Extremlym Extremlym is offline
Senior Member
 
Join Date: Oct 2012
P2P
Posts: 102
Default
ALTER TABLE `torrents` CHANGE `name` `name` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';






database set
is MyISAM,


InnoDB utf8_general_ci


no is not from there

Bump:
Quote:
Originally Posted by Elena View Post
You can't see anything in the screenshot, everything is black. If you want to show something, then highlight the text.



Code:
utf8_general_ci
Code:
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

no there is no text ,,, empty
SQL
Click the image to open in full size.
result
Click the image to open in full size.

if i delete this ®️ from sql text will apear

if i type this will work inserts in sql ®️
Click the image to open in full size.

Last edited by Extremlym; 12th April 2022 at 11:37.
Reply With Quote