Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

queries

PDNSD HowTo - A DNS Caching Personal Server (Fedora 16)
Wednesday, 14 December 2011 12:59

PDNSD HowTo - A DNS Caching Personal Server (Fedora 16)

PDNSD is a non authoritative caching DNS server. It maintains a disk cache of the queries that your system performs and subsequent queries will be faster from the cache. It is safe enough to be used on a personal Unix/Linux system as a home Desktop or a Laptop.

Read more: http://www.howtoforge.com/pdnsd-howto-a-dns-caching-personal-server-fedora-16

 
Log SQL queries to Mysql (TABLE storage)
Tuesday, 21 September 2010 19:01
Add the following lines in the MySQL configuration file (my.cnf or my.ini) to log the queries and the slow queries in a MySQL table:

slow-query-log
log-output = TABLE
long_query_time = 1
general-log
expire_logs_days = 1


Sample queries:

select * from mysql.general_log order by event_time desc limit 10;
select * from mysql.slow_log order by start_time desc limit 10;

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/ICK_bSGmib0/12293

 
SQL Power Wabit 1.1
Monday, 14 December 2009 06:00
About SQL Power Wabit
An easy-to-use, all-in-1 Business Intelligence Reporting and Analysis tool. It offers database and business users the ability to perform Ad-Hoc Queries, generate Standard Reports and more. The most intuitive and simplest BI Reporting tool on the market, SQL Power Wabit includes innovative features such as a drag-&-drop playpen, live result-set updates, global searching, and WYSIWYG report formatting. With a single mouse click, query results can be instantly transformed into elegant reports that can be further customized with fonts, colours, sections, breaks, headers, footers, logos, and more.

Features include:
- Standard Reports & Custom Dashboards Ad-hoc Queries & Drill-down OLAP cubes
- Line, Bar & Pie Charts
- Real-time BI Reporting
- Many more features.

Read more: http://www.apple.com/downloads/macosx/development_tools/sqlpowerwabit.html

 


Taxonomy by Zaragoza Online