Month: January 2015
-
Windows activation
slui 4 slui 3 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE] “MediaBootInstall”=dword:00000000 “SetupDisplayedEula”=dword:00000001 “SetupDisplayedLanguageSelection”=dword:00000001 “RetailInstall”=dword:00000001
-
Split IBDATA1
Dump all databases by calling: mysqldump –extended-insert –all-databases –add-drop-database –disable-keys –flush-privileges –quick –routines –triggers > all-databases.sql Stop the MySQL server; Rename or remove (in case you’ve already backed it up) the MySQL data directory and create an empty one with the same name and permissions; Make the appropriate changes in my.cnf; innodb_file_per_table Re-initialize the database…