Jun 23, 2016 | PHP/MySQL Database
You may login to phpMyAdmin, and use the following example SQL to change your MySQL user password SET PASSWORD = PASSWORD( ‘?????????????’ ) Remember to replace ????????????? with your own password. ref.:...
Nov 18, 2015 | PHP/MySQL Database, Web Application
Magento is one of the famous open source E-Commerce web application software. In Magento official site, it will inrregularly release some custom patch to fix software vulnerability https://www.magentocommerce.com/download If customer would like to apply those patch...
Oct 16, 2015 | PHP/MySQL Database, Web Application
When upgrading PHP version (e.g. from PHP 5.4 to 5.5) PHP.net (the official site) may remove some old functionalities. Before removal, it may generate some DEPRECATED messages. For example – In PHP 5.3, deprecated functions includes magic_quote and...
Nov 18, 2014 | DirectAdmin Control Panel, FTP, PHP/MySQL Database, Web Hosting
In order to restore your website with system backup, your website hosting account shall have enough space for – 1. temporary backup file, and 2. extracted public_html Approximately, it shall be double of your current website file size If you are running out of...
Oct 13, 2014 | FTP, PHP/MySQL Database, Web Hosting
If you use Windows Notepad to edit PHP file and save it as Unicode, then you may have probability to encounter PHP errors – “Cannot send session cookie – headers already sent by …” If you use Notepad to edit PHP and save as Unicode Then,...
Aug 23, 2014 | PHP/MySQL Database, Website Builder
Google has released a general guideline for SEO (search engine optimization). User, who interests in SEO, may download the PDF and have a look. For references – Google’s Search Engine Optimization Starter Guide Google’s SEO Starter...