-
Archives
- April 2017
- April 2016
- July 2015
- November 2014
- October 2014
- June 2014
- May 2014
- January 2014
- December 2013
- October 2013
- April 2013
- April 2012
- October 2011
- July 2011
- April 2011
- March 2011
- February 2011
- May 2010
- April 2010
- January 2010
- October 2009
- June 2009
- May 2009
- April 2009
- February 2009
- October 2008
- September 2008
- August 2008
- July 2008
- January 2008
- December 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
-
Meta
Tag Archives: howto
SQL: Select duplicate rows, select indistinct rows
Using SQL, MySQL or whatever your favorite database may be, we all know using SELECT DISTINCT will return unique values in case a value appears more than once in a table. How do you fine duplicates? What if I want … Continue reading
Change or recover MySQL root password
To Change a Known Password If you know the current password, use one of these methods to reset it. If you do not know, skip ahead to the next section. Using mysqladmin if there is no password: $ mysqladmin -u … Continue reading
Windows 2003 Update Group Policy
From Microsoft knowledgebase article http://support.microsoft.com/kb/298444 To update the group policy, run Gpupdate.exe from a cmd window. This is refresh any changes in the Group Policy as they apply to that machine. Run Gpupdate.exe /Force from a cmd window in order … Continue reading