Quantcast
Channel: Kalpesh Mehta » MySQL
Browsing all 7 articles
Browse latest View live

Magento add admin user in MySQL

In Magento, if you want to create a new user directly in Mysql, it’s not that easy to insert one record in admin_user table. You need to also update the [...]Related Posts:Mysql root password reset or...

View Article



Mysql delete duplicate records leaving one

Mysql delete duplicate records leaving one row. Consider that there are many duplicate records in the table and you want to remove it. Now, we can select it by applying [...]Related Posts:Magento: How...

View Article

Mysql: Find column name in any table(s) having it in whole database

There may be instances where we want to find in how many tables of some particular database some column (field) occurs. Or you know that some column field existed but [...]Related Posts:Magento: Adding...

View Article

Mysql root password reset or create

Mysql root password reset easily by following below instructions. For those who want to create (if no root user in mysql) or reset the password for the Root user in [...]Related Posts:Magento add admin...

View Article

pdo_mysql extension is not installed

PHP Mysql Error: pdo_mysql extension is not installed. Magento needs PDO Mysql extension for database connection and related things, so if you don’t have pdo_mysql extension enabled Magento will...

View Article


MYSQL LIKE match whole word only

Mysql LIKE clause match exact whole word only while searching. Search the words with space in mysql database. If you want to search for exact word using LIKE clause, you [...]Related Posts:Mysql: Find...

View Article

Magento get products without category

Get a list of all orphaned products which are not associated with any category in Magento. Sometimes you may have missed to select categories for products by mistake when filling [...]Related...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images