November 21, 2019 in Learning, MySql, News
Hybrid Apps Frameworks Introduction : A Hybrid Mobile Application is like any other application that you should be found on your phone or on your hand-held device. A hybrid mobile application can be viewed as the best (or the worst) of both the Native and HTML5 worlds together. The frameworks are neither numbered in order […]
November 7, 2019 in MySql, Tips and Tricks, Ubuntu
Stop the MySQL service (Ubuntu and Debian) Run the following command: (CentOS, Fedora, and Red Hat Enterprise Linux) Run the following command: Start MySQL without a password Run the following command. The ampersand (&) at the end of the command is required. Connect to MySQL Run the following command: Set a new MySQL root password […]
October 2, 2019 in MySql, Php, Tips and Tricks
It’s possible that when you installed phpMyAdmin, the version in the repository (phpMyAdmin v4.6.6) was not fully compatible with PHP 7.2. There is a newer version available on the official website (v4.8 as of writing), which fixes these compatibility issues with PHP 7.2. sql.lib.php This error is caused by a line of code in /usr/share/phpmyadmin/libraries/sql.lib.php. If you […]
September 19, 2019 in MySql, Php, Tips and Tricks, Ubuntu
Manage the Apache Process How to install PHP How To Install MySQL How To Install and Secure phpMyAdmin If Error After phpmyadmin installation Grant Permissions in MySQL Enabling mod_rewrite Install and Secure Redis on Ubuntu 18.04 Testing Redis enable/disable site in ubuntu a2ensite, a2dissite – enable or disable an apache2 site / virtual host DESCRIPTION […]
June 18, 2019 in MySql, Php, Tips and Tricks
It’s possible that when you installed phpMyAdmin, the version in the repository (phpMyAdmin v4.6.6) was not fully compatible with PHP 7.2. There is a newer version available on the official website (v4.8 as of writing), which fixes these compatibility issues with PHP 7.2. sql.lib.php This error is caused by a line of code in /usr/share/phpmyadmin/libraries/sql.lib.php. If you […]
June 11, 2019 in Learning, MySql, Tips and Tricks
It really depends on what you mean by network programming. So I’ll run through a couple possibilities. Commentators: Don’t fret if I forgot “your language.” The question is so open-ended. It’s like asking ‘What kinds of vehicles are good for getting me from New York City to Boston?’ You want to write a program that […]