Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
mysql [2009/03/03 19:38] greebo |
mysql [2012/10/15 11:58] (current) zagi old revision restored |
||
|---|---|---|---|
| Line 40: | Line 40: | ||
| mysql --user=username --password=password --execute=" | mysql --user=username --password=password --execute=" | ||
| mysql --user=username --password=password --default-character-set=utf8 dbname < dump.sql | mysql --user=username --password=password --default-character-set=utf8 dbname < dump.sql | ||
| + | |||
| Line 64: | Line 65: | ||
| # cat shema| mysql --default-character-set=utf8 | # cat shema| mysql --default-character-set=utf8 | ||
| # cat data| mysql --default-character-set=latin2 | # cat data| mysql --default-character-set=latin2 | ||
| + | |||
| + | ===== Aternative (new) way Converting Character Sets ===== | ||
| + | |||
| + | wget http:// | ||
| + | |||
| + | It will be added to [[https:// | ||
| ===== InnoDB ===== | ===== InnoDB ===== | ||
| Line 94: | Line 101: | ||
| \\ | \\ | ||
| </ | </ | ||
| + | |||
| + | === Reducing ibdata mysql file === | ||
| + | http:// | ||
| + | |||

