Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Database

September 9, 2020 Database / Web Development

How do you convert ACLs of any key on S3?

September 9, 2020 Database / Web Development
Post Views: 2,668
| By Webner

Introduction to ACLs of Key on S3 Many times when you need to change the access control list (ACL) of a key on the S3 to make it public to private or private to public. This is easy as we

Read More
August 6, 2020 Cloud / Database / PHP Frameworks

Firebase Cloud Messaging With Laravel 6

August 6, 2020 Cloud / Database / PHP Frameworks
Post Views: 7,993
| By Webner

Introduction to Firebase Cloud Earlier known as Google Cloud Messaging and now called Firebase Cloud Messaging (FCM) is a messaging solution for cross-platform provided by Google itself. This service lets you reliably deliver messages or notifications at no cost. One

Read More
June 10, 2020 Database / Linux / PHP Frameworks

Firebase Integration With Laravel 6.x (Ubuntu 18.04)

June 10, 2020 Database / Linux / PHP Frameworks
Post Views: 4,194
| By Webner

Below are the steps to integrate Firebase with Laravel 6.x Step 1 To integrate Firebase with Laravel we first need a Laravel project. Create a new Laravel project using the given composer command. composer create-project –prefer-dist laravel/laravel firebase Step 2

Read More
May 29, 2020 Database

Advanced SQL – Indexes and Triggers

May 29, 2020 Database
Post Views: 10,991
| By Webner

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

Read More
December 20, 2019 Database

MySQL: only_full_group_by issue on joins

December 20, 2019 Database
Post Views: 3,843
| By Webner

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

Read More
November 14, 2019 Database

PHP: mysqli_multi_query stops the execution of further MySQL queries.

November 14, 2019 Database
Post Views: 4,153
| By Webner

The mysqli_query statement Generally, we use mysqli_query to execute Mysql queries in PHP. We can use multiple mysqli_query statements to execute multiple operations like insert, update, and select. Sometimes, we store records in more than one table during save operation

Read More
November 8, 2019 Database

MongoDB Driver Not Found

November 8, 2019 Database
Post Views: 5,262
| By Webner

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

Read More
May 21, 2019 Database

Migrate MySql to MariaDB in Ubuntu 18.04

May 21, 2019 Database
Post Views: 9,836
| By Webner

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

Read More
May 7, 2019 Database / Mobile / Others (Technical) / PHP Frameworks / Web Development

How to Detect Mobile devices in php

May 7, 2019 Database / Mobile / Others (Technical) / PHP Frameworks / Web Development
Post Views: 17,506
| By Webner

Detect mobile device php code We often need to detect if site visitor is using an iPad, a smartphone or any other mobile device in order to change website appearance and even make it faster by reducing data load. Normally

Read More

Posts pagination

«Previous Posts 1 … 3 4 5 6 7 … 15 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection