List/Grid

Tag Archives: mysql

Create read-only user – MySql

Create read-only user – MySql

Most useful for second or third level support people where people have skills to check db directly but in case you do not want them to make changes, Read only… Read more »

Select or delete duplicate rows from a table

When it comes to database, there are various ways you can select or delete the duplicate rows from a table. Lets first focus on selecting the duplicate rows: This can… Read more »

Show mysql results vertically

Today while doing some sql queries, i came across a issue where i wanted to see all the columns of a table,however there were lot of columns inside my table,… Read more »