FreeBSD – Lost MySQL Password / restore mysql password / reset mysql password

If you lost / forgot your MySQL password you can restore it by connecting to the host with SSH. Next you add the following line to you /etc/rc.conf. mysql_args=”–skip-grant-tables –skip-networking” Then restart MySQL # /usr/local/etc/rc.d/mysql-server restart Connect with MySQL # mysql -u root mysql Then type the below command: UPDATE mysql.user SET Password=PASSWORD(‘new password’) WHERE […]

Read More »

Outlook 2010 – Export folder(s) to a .pst file.

To export a folder(s) from Outlook 2010 do this: Step 1: Open Outlook 2010 and go to File -> Open -> Import Step 2: Choose ‘Export to a file’ Step 3: Choose ‘Outlook Data File (.pst) Step 4: You will now get the see the folder structure of your mailbox, choose which folders you want […]

Read More »