Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Saturday, February 29, 2020
Laravel Migrations with MySQL 8.0.x - How to resolve the error: SQL authentication method unknown in Laravel-MySql
›
By default and for some reason, mysql 8 default plugin is auth_socket. Applications will most times expect to log in to your dat...
Windows Command Prompt - Change the default Command Prompt directory
›
The change requires you to modify a value in the Registry. To do so press the Windows and R key at the same time to open up th...
MySQL Installation With Error: Microsoft Visual C++ 2019 Redistributable Package (x64) is not installed. Latest binary compatible version will be installed if agreed to resolve this requirement.
›
Microsoft Visual C++ 2019 Redistributable Package (x64) is not installed. Latest binary compatible version will be installed if...
Tuesday, February 25, 2020
CSS Aligning Last Item to the Bottom of a Container Using Flex Attribute
›
The ordered list has its initial layout controlled by a row flexbox layout and the list items are controlled by a column flexbo...
Saturday, February 22, 2020
PHP is not recognized as an internal or external command in command prompt
›
Need to add C:\xampp\php to your PATH environment variable. Then close your command prompt and restart again. It is very i...
How to Install MySQL on Windows
›
Download the MySQL Installer from dev.mysql.com . The two download options are a web-community version and a full version. Th...
Thursday, February 20, 2020
ReactJS Call Methods / Functions Between Component And Layout
›
In order to execute a function from a layout / component, you will need to pass component / layout reference to other side. Rea...
‹
›
Home
View web version