Adminer is a database management tool published in PHP. It is similar to phpMyAdmin and it is designed to increase protection, consumer experience, efficiency etc. […]
Posts by seemab:
Simple way to install Xcache from source code
We all were faced website page load time issue while browsing high traffic websites mostly. Solution is caching the already executed files and uses them when we recall the same again from browser. […]
How to disable phpinfo(); in a shared hosting
Some server administrators may choose to disable the PHP function phpinfo() for security purposes, because it shows information which can be used to compromise the server that your site is operating on. […]
How to install and Setup php-pear mail on CentOS or RHEL
PEAR::Mail is one from php classes/components and it provides advanced interfaces to PHP applications and programs for sending emails. […]
cPanel Default email account’s disk space usage not updating
One of our client cPanel Default email account’s disk space usage was not updating and having issue with disk space usage on his account, […]
How to enable allow_url_fopen, allow_url_include on a shared server using custom php.ini
If you want to enable/disable the php functions like allow_url_include and allow_url_fopen, You can simply do it by editing the php configuration file. […]
Upgrade phpMyAdmin to latest version on Linux
phpmyadmin is free and an open source php platform used to administer MySQL with a web browser.It supports wide range of operations on MySQL, MariaDB. […]
Install phpMyAdmin on Fedora, CentOS & RHEL with Apache Web Server
PhpMyAdmin is a free and an open source PHP platform used to administer MySQL with a web browser.It supports wide range of operations on MySQL, MariaDB. […]
Install & Upgrade MariaDB 10.1.12 on Ubuntu, Debian & Mint
MariaDB is a drop-in alternative for MySQL. MariaDB is an opensource Relational Database Management System (RDBMS) which supports database access. […]
How to Upgrade MariaDB 5.5 to MariaDB 10.0 & MariaDB 10.1 on Linux
MariaDB is a drop-in alternative for MySQL. MariaDB is an opensource Relational Database Management System (RDBMS) which supports database access. […]