Prerequisites Credentials to access the Plesk panel SSH root access  Implementation Follow the below steps to install MySQL, Enable remote access to the local MySQL server, and Proxy rule setup in the Plesk panelI. MySQL installation Log into Plesk with the credentials Go to Tools & Settings > Database Servers… Continue Reading How to add Proxy pass rule to access PHPMyAdmin without port number in URL -Plesk

PHPMYADMIN -BLOWFISH_SECRET AND TEMPDIR IS NOT ACCESSIBLE ERRORS DATE POSTED: 11/04/2019 Introduction Moreover, In this article, helps you in eradicating the error {BLOWFISH_SECRET AND TEMPDIR } after every installation of phpmyadmin. Step by step guidelines to eradicate the issue: BLOWFISH_SECRET ERROR: After login into phpMyAdmin panel you get this error… Continue Reading PHPMYADMIN -BLOWFISH_SECRET AND TEMPDIR IS NOT ACCESSIBLE ERRORS

PHP Script for CRUD Application Date :06/12/2018 What is CRUD? CRUD refers to the four basic types of Database operations: Create, Read, Update, Delete. Most applications and projects perform  CRUD functionality. This is a important script for all PHP beginners. Once you learn about these CRUD operations, you can use them… Continue Reading PHP Script for CRUD Application

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated: Date Posted: 28-05-2017 When we install phpmyadmin on linux machine and we might have seen the following error on the login page. If we click on the error page, we might have get the following information on… Continue Reading The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated

Install Phpmyadmin on Ubuntu Date Posted:23-05-2017 Phpmyadmin is a opensource php application to manage database through web browser. We can create database, users, manage database tables, granting privileges and much more operation through browsers. We will explain on how to install phpmyadmin on Ubuntu host. Prerequisites: This post assumes that Ubuntu… Continue Reading Install Phpmyadmin on Ubuntu