Tag Archives: mysql

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

Posted in How Tos, mysql, SQL | Tagged , , | 1 Comment

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

Posted in How Tos, mysql | Tagged , | Leave a comment