Site Tools


Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
prog:mysql
  • encodingu määramine:
CREATE TABLE unicode_stuff (
 ...
) CHARACTER SET utf8;

CREATE TABLE intl_strings (
  id INTEGER UNSIGNED AUTO_INCREMENT PRIMARY KEY,
  german_string VARCHAR(255) CHARACTER SET latin1,
  japanese_string VARCHAR(255) CHARACTER SET utf8,
  enlish_us_string VARCHAR(255) CHARACTER SET latin1,
  chinese_string VARCHAR(255) CHARACTER SET big5
);

where clausliga normaalse dump'i tegemine mysqldump -c -t –compact –host=84.50.42.170 –lock-tables=false -u dtvmw -p dtvmw recording_watched –where=“watch_start between '2012-07-01 21:00:00' and '2012-07-03 00:04:00'” > /tmp/dump.sql

prog/mysql.txt · Last modified: 2019/09/20 15:52 by 127.0.0.1