Home / Tag Archives: query

Tag Archives: query

July, 2010

  • 8 July

    How to Search a MySQL Database

    With web-based control panels and web software like phpMyAdmin, you have numerous options available for searching a MySQL Database. If the need should ever arise where those tools are not available, however, it is a good idea to know how to search a database from the command line. To search …

  • 2 July

    MySQL Optimization: Part 2

    1. Query cache – On most servers, there are certain MySQL queries that you and/or your scripts will run more often than others. In fact, you may run the same query hundreds or even thousands of times in a single day. The query_cache setting will save the most used queries …

May, 2010

  • 27 May

    Useful RPM Tips

    As I mentioned in an earlier post, YUM is a powerful package management system, commonly used in RPM-based Linux distributions, including Red Hat Enterprise Linux, CentOS, and Fedora. We have covered some of the basic YUM commands. Now, here are some helpful commands not in YUM that you can use …

  • 19 May

    MySQL Enterprise Released

    Monday, the database giant, Oracle, announced the release of MySQL Enterprise. In addition to the standard, freely available database software, this new packaged version of MySQL will include comprehensive support and monitoring tools. The primary tool available with this release is MySQL Monitor 2.2, which monitors performance and security. Other …

April, 2010

  • 28 April

    PHP: How to Select Multiple Database Tables

    Selecting a MySQL database table with a PHP document is a quick way to get certain output onto a web page with very little coding or effort. You may want nothing more than a simple printout of the database table or something more complex like a full web application. Regardless …

Powered by Namesco
© Copyright InternetBlog.Org.Uk 2024, All Rights Reserved