Get Size of MySQL Database
Run the following query using phpMyAdmin to get the size of a MySQL database:SELECT table_schema “Data Base Name”, sum( data_length + index_length )/1024/1024″Data Base Size… Read More »Get Size of MySQL Database
Run the following query using phpMyAdmin to get the size of a MySQL database:SELECT table_schema “Data Base Name”, sum( data_length + index_length )/1024/1024″Data Base Size… Read More »Get Size of MySQL Database
$ sudo dhclient -r FULL Article follows Linux Force DHCP Client (dhclient) to Renew IP Address by Nix Craft on November 15, 2007 · 34… Read More »Renew Network on Linux
Files which define tables and views for a MySQL database are located in: /var/lib/mysql/<database name>
The network “hosts” file for Windows 7 is located in C:\Windows\System32\drivers\etc
The following article describes how to change the default page for New Tab (+) in Firefox In the Location bar, type about:config and press Enter.… Read More »Firefox Default New Tab
Thanks to the Liberian Geek for posting this article here. This brief tutorial shows you how to enable file sharing between Windows 7 and Ubuntu… Read More »FileSharing in Windows 7 and Ubuntu 12.04
Here ( www.getskeleton.com ) is a really cool boilerplate CSS framework that auto-scales across multiple screen sizes; from full 1080×1920 to mobile size screens. It… Read More »A Beautiful Boilerplate for Responsive, Mobile-Friendly Development
Problem: The WYSIWYG editor is not shown when adding content for a non-administration role. Solution: Use the Permissions tab for people. The role must have… Read More »WYSIWYG Editor
This page shows an example JSON multi-dimensional array. { “customer_name”: “Dave Schneider”, “address1”: “2205 W Oakwood”, “address2”: “”, “city”: “Oxford”, “state”: “MI”, “zip”: “48361”, “email”:… Read More »JSON Multi-Dimensional Array