10 02, 2021

Advantages of Azure SQL Database

2021-02-10T06:31:19+00:00February 10, 2021|Database|0 Comments

|
| ByWebner

Azure SQL Database is a relational database provided as Database-as-a-Service, which is a part of Microsoft's Cloud Infrastructure Platform, Microsoft Azure. It is also called SQL Azure. It provides database-backed managed service in the cloud with a petabyte-scale infrastructure. It [...]

31 12, 2020

Salesforce CRM Features

2020-12-31T04:01:08+00:00December 31, 2020|Database, eLearning|0 Comments

|
| ByWebner

Growing your business isn’t simple. It needs boosting sales however it’s not simply selling the services or products to prospective and prevailing customers. A business is a scientific and economical method of collecting leads so they will be born-again to [...]

23 12, 2020

Install Openssl with source code

2020-12-23T05:58:00+00:00December 23, 2020|Cloud, Database|0 Comments

|
| ByWebner

To install Openssl, we have to perform all steps with the root user. Please check the steps below: sudo su (Do all operation with root user) Change the directory to your desire location cd /var/www/html/ Make two directories mkdir Release [...]

18 12, 2020

Security token in Salesforce

2020-12-18T05:43:22+00:00December 18, 2020|Cloud, Database|0 Comments

|
| ByWebner

How to generate an access token? Step 1: From Setup, enter Apps in the Quick Find box, then select App Manager. Step 2: Locate the OAuth connected app in the apps list, click and select View. Step 3: In the [...]

27 11, 2020

Azure Event Hubs

2020-11-27T06:44:09+00:00November 27, 2020|Database, Web Development|0 Comments

|
| ByWebner

Introduction: Event Hubs is a real-time data ingestion service that is fully managed, simple, scalable, and trusted. It can stream, process, and receive millions of events per second from any of the sources, which builds data pipelines that are dynamic [...]

29 05, 2020

Advanced SQL – Indexes and Triggers

2020-05-29T06:07:15+00:00May 29, 2020|Database|0 Comments

|
| ByWebner

Introduction The SQL database provides a lot of commands and functions. With the help of them, we can manage a huge amount of data easily in the database. Following are some of the examples: INDEX: In the SQL database Index [...]

20 12, 2019

MySQL: only_full_group_by issue on joins

2019-12-20T06:01:27+00:00December 20, 2019|Database|0 Comments

|
| ByWebner

Issue #1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column xxxx which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by After upgrading ubuntu 14.04 to [...]

8 11, 2019

MongoDB Driver Not Found

2019-11-08T12:50:12+00:00November 8, 2019|Database|0 Comments

|
| ByWebner

Problem - Getting "Class 'MongoDB\Driver\Manager' not found" error while inserting some data in the collection (Laravel) Check the following three points in order to resolve the MongoDB driver issue in Laravel: 1. PHP Module 2. MongoDB Extension 3. MongoDB Library [...]

21 05, 2019

Migrate MySql to MariaDB in Ubuntu 18.04

2019-05-21T12:06:52+00:00May 21, 2019|Database|1 Comment

|
| ByWebner

How to Migrate MySql to MariaDB in Ubuntu 18.04 We need to perform few steps to migrate the MySql database to Maria database, I have mentioned the steps below: Log in to your MySql server with root password. $ mysql [...]

23 04, 2019

Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*

2019-04-23T13:19:29+00:00April 23, 2019|Cloud, Database, Linux, Windows, Mac, Others (Technical), PHP Frameworks, Web Development|0 Comments

|
| ByWebner

How to resolve "Class 'App\Controller\Aws\S3\S3Client' not found" error in CakePHP 3.* Problem: Class 'App\Controller\Aws\S3\S3Client' not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [ [...]

1 04, 2019

How to Change Innodb storage Format for Moodle/Totara

2019-04-01T12:39:08+00:00April 1, 2019|Database, Others (Technical), PHP Frameworks, Web Development|0 Comments

|
| ByWebner

Steps to Change Innodb storage Format for Moodle/Totara Description: You may face this problem in Totara: Advanced Totara features require innodb Barracuda storage format Reason: The error usually occurs because of Mysql 5.6 and below using file format “Antelope”. This [...]

Go to Top