• Contact

Monthly Archives: September 2014

Adding MySQL Server in FreeNAS for XBMC/KODI

by mtecheasy on September 16, 2014

This is the setup I have used on FreeNAS 9.2.1.7 to setup a MySQL server to function for XBMC soon to be KODI. Here we go! Step 1. We want to create a Jail within the FreeNAS webGUI. – Jails –> Add Jails The 3 highlighted areas are the only things that need to be […]

Categories: FreeNAS, MySQL, XBMC/KODI | Share on: Twitter, Facebook, Delicious | Permalink

How to get the sizes of your databases in MySQL

by mtecheasy on September 16, 2014

Here it is courtesy of S. Prakash found at http://forums.mysql.com/read.php?108,201578,201578 SELECT table_schema “Data Base Name”, sum( data_length + index_length ) / 1024 / 1024 “Data Base Size in MB”, sum( data_free )/ 1024 / 1024 “Free Space in MB” FROM information_schema.TABLES GROUP BY table_schema ;

Categories: MySQL, Uncategorized | Share on: Twitter, Facebook, Delicious | Permalink

How to see a list of user in MySQL

by mtecheasy on September 16, 2014

Using this query will get you results: SELECT User FROM mysql.user;

Categories: MySQL | Share on: Twitter, Facebook, Delicious | Permalink

Recent Posts

  • Adding MySQL Server in FreeNAS for XBMC/KODI
  • How to get the sizes of your databases in MySQL
  • How to see a list of user in MySQL
  • Allow blank password logging via remote desktop
  • Simple batch (.bat) file to start or stop your vmware image!
  • How to remove/disable the Shut Down option from the Windows Welcome Screen!
  • Simple batch (.bat) file to re-start Synergy+
  • Disabling/Changing network throttling in Windows Vista/7
  • Converting dynamic disk to basic disk
  • Turn your computer into a multimedia frontend for your tv!
  • Little tutorial on how to install and configure uTorrent!
  • BitTorrent Trackers!

Categories

  • Apache (1)
  • BitTorrent (2)
  • FreeNAS (1)
  • JavaScript (1)
  • Linux (2)
  • Multimedia (1)
  • Music (1)
  • MySQL (6)
  • Networking (5)
  • Nokia (1)
  • Open Source (4)
  • PHP (3)
  • Script (2)
  • Security (4)
  • Ubuntu (5)
  • Uncategorized (1)
  • Utility (4)
  • VMware (1)
  • Windows (19)
  • Wireless (1)
  • XBMC/KODI (1)

Archives

  • September 2014 (3)
  • February 2014 (1)
  • August 2011 (2)
  • June 2011 (3)
  • February 2011 (4)
  • January 2011 (6)
  • December 2010 (16)

© 2010 - Present | BourbonnaisServices.com

TOP