Memorise

Archive for October, 2012

NETSH Command to Change from Static IP Address to DHCP

SOURCE: http://technet.microsoft.com/en-us/library/bb490943.aspx To switch the specified adapter from a static address to DHCP, type the following command: netsh interface ip set address “Local Area Connection” dhcp NOTE: Typing this command changes the interface named “Local Area Connection” to DHCP. To display all of the adapters in the computer with their current IP addresses to determine […]

Network and Sharing Center Freeze Issue

PROBLEM: If i right click computer and select “Manage” it hangs If i right click network connection and select “Network and Sharing center” it hangs If i go to device manager, it hangs SOLUTION: Exchange services were failing to start and kept holding the services on starting that hold up the server. Found that after enabling IPv6 and rebooting the […]

Extract data from MySQL ibdata1 data file

I recently had my server out of order and I could only access to files. I manage to backup my MySQL files (ibdata, ib_logfile1, ib_logfile2, and the tables *.frm files). No sql dump to be imported into a new MySQL installation. I setup new Server with same version of MySql installed simply replacing the “data” directory inside […]