Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Видать когда ты импортировал базу ты невыставил правильные кодировки при заливке. Лучший вариант, заливать или зная кодировку, или через SQL окно, тупо скопировав базу в буфер обмена. Я так делаю.!
с какой именно?А сливалось с 4.
default-character-set = utf8
character-set-server = utf8
collation-server = utf8_general_ci
init_connect = 'SET collation_connection = utf8_general_ci'
init_connect = 'SET NAMES utf8'
default-character-set = win-1251
character-set-server = win-1251
collation-server = win-1251_general_ci
init_connect = 'SET collation_connection = win-1251_general_ci'
init_connect = 'SET NAMES win-1251'