How to permanently disable IPv6 by configuring /etc/sysctl.conf on Ubuntu Linux
Are you looking for a way to disable IPv6 connections on your Ubuntu machine? In this article, I’ll teach you exactly how to do it and why you would consider this option.…
How to Configure Gmail SMTP in Magento 2
You need an extension. We will give you simple instruction How to setup Gmail SMTP service for Magento 2 It’s time to say farewell to procrastination sending email, we know it’s hurt…
Update magento database using SQL with EAV model
It depends on the configuration. Check from eav_attribute table the attributes. 41 category name 71 name of product 72 description 73 short description 84 meta_description 96 status 97 url_key Beware…
MySQL REPLACE() function – w3resource
REPLACE() function MySQL REPLACE() replaces all the occurrences of a substring within a string. Syntax: REPLACE(str, find_string, replace_with) Arguments: Name Description str A string. find_string A string which is present…
How to fix error in Mysql “tablespace is missing for table XXXXX”
How to fix error in Mysql “tablespace is missing for table XXXXX” by Visakh S | Jul 12, 2018 Here at Bobcares, our Support Engineers monitor & maintain servers of web hosts, digital marketers and…
GraphQL vs REST – A comparison
GraphQL is the better REST Over the past decade, REST has become the standard (yet a fuzzy one) for designing web APIs. It offers some great ideas, such as stateless servers and structured access to…