Skip to main content

Posts

Showing posts from December, 2015

mysql 2

mysqldump --extended-insert=FALSE Export tất cả rows trong table trong 1 lệnh insert. Dư này thì import nhanh hơn. Nhưng cũng có hạn chế khi edit (manipulate) vd như dump postgresql => mysql cần phải edit 1 chút. ... Ctrl+shift+V (bỏ format text). phpMyAdmin: When export > custom > ∞ insert multiple rows in every INSERT statement       Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9) ALTER DATABASE databasename CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE tablename CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; Nhắc lại thao tác / command line: bên windows bash -> select columns là default, bên linux giữ ctrl + mouse. Unicode suck in cmd (git-bash) windows. ? Trên linux (ub 15.04) thì tươi, chạy rất nhanh lúc import dù là insert seperated. => liệu có phải do unicode hay 1 cái j đó mà command line / win oẳng ? Chạy rất lag, kể cả phpMyAdmin ?