• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:24    start  Previous  Next  Last    goto:
    MySQL max_allowed_packet & MySQL gone away problem
    ON: 2009-03-16 09:15:36
    This tutorial is regarding the MySQL gone away problem & the solution max_allowed_packet settings.
    36 times | category: [Miscellaneous]
    MySQL backup tutorial
    ON: 2009-03-16 09:14:00
    In this tutorial I will show you a short and simple way how to create a backup copy of your MySQL database using the mysqldump utility.
    31 times | category: [Miscellaneous]
    Reset MySQL root password
    ON: 2009-03-16 09:11:37
    This tutorial is teach the database administrator on how to reset the root password if he/she forget the root password.
    17 times | category: [Miscellaneous]
    Security Issues : Cleaning up User Data in MySQL
    ON: 2009-03-16 09:05:52
    One of the things you’re going to encounter when using MySQL with PHP sooner, rather than later, is the issues that arise when you start accepting user input in the form of comments or blog posts. Up until now in this tutorial, we’ve just been using datcasa that we’ve defined ourselves. We’ve been able to control what goes into our database tables.
    45 times | category: [Miscellaneous]
    Creating a Simple Comments and Login System using MySQL and PHP
    ON: 2009-03-16 09:01:46
    In this tutorial we'll build ourselves a very simple PHP application to accept user data and save it into our database. This information will then be displayed to anyone visiting the site. We’ll also take a quick look at how we can generate a script to authenticate administrative users based on a username and password combination and allow those admin users to delete unwanted comments from the database.
    329 times | category: [Miscellaneous]
    Generating Reports using MySQL’s Aggregate Functions
    ON: 2009-03-16 08:57:31
    MySQL contains a range of functions which are useful for generating aggregate data about multiple records including averages, minimum/maximum values and sum/totals
    76 times | category: [Miscellaneous]
    Using Multiple MySQL Tables with Unique IDs, Joins and Normalization
    ON: 2009-03-16 08:55:03
    In this tutorial we’re going to look at an example where it becomes useful to use more than one table at a time while still using the powerful features of MySQL to query this data in a simple, straightforward manner using JOIN methods
    150 times | category: [Miscellaneous]
    Column and Data Types in MySQL
    ON: 2009-03-16 08:53:42
    In this tutorial we won’t be doing anything too technical. Instead, we’ll be focusing on learning about how MySQL represents the data you give it to store, and the limitations and potential benefits each storage type brings.
    101 times | category: [Miscellaneous]
    Using PHPMyAdmin to manage your MySQL data
    ON: 2009-03-16 08:48:32
    PhpMyAdmin is a popular open-source application used to remotely manage and modify MySQL databases and is particularly useful for use on websites as it can be placed within a secure directory on a remote web server and accessed via a specific URL. This allows you to easily and quickly access your data to make changes, to download backups or perform a range of other useful operations
    65 times | category: [Miscellaneous]
    MySQL Stored Procedure Tutorial
    ON: 2008-09-12 10:05:41
    A step by step tutorial of writing mysql stored procedures. It also include a lot of practical examples and tips inside.
    200 times | category: [Miscellaneous]
    Deleting/Identifying duplicate records
    ON: 2008-09-12 10:04:09
    How to delete/Identify duplicate records in MySQL?
    7 times | category: [Miscellaneous]
    The basics of MySQL Views
    ON: 2008-09-12 10:02:53
    An overview of VIEW in MySQL, covers basic features and functionality.
    66 times | category: [Miscellaneous]
    MySQL: GROUP BY on DATETIME field
    ON: 2008-09-12 10:01:09
    Simple query that shows how to GROUP BY on datetime field in MySQL database.
    36 times | category: [Miscellaneous]
    Main Features of MySQL
    ON: 2008-09-12 10:00:34
    here we will see the important characteristics and feature of the MySQL Database Software. MySQL is written in C and C++ and Tested with a broad range of different compilers to Works on many different platforms.
    8 times | category: [Miscellaneous]
    What is MySQL
    ON: 2008-09-12 09:59:55
    MySQL is the world’s most popular open-source database server which delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. First released in January, 1998, MySQL is introduced by company MySQL AB. MySQL AB is a commercial company, founded by the MySQL developers. MySQL AB was originally established in Sweden by David Axmark, Allan Larsson, and Michael "Monty" Widenius.
    7 times | category: [Miscellaneous]
    History of MySQL
    ON: 2008-09-12 09:51:51
    When the authors of MySQL wanted to use mSQL to connect to some tables using its very fast ISAM routines. However,after some testing they conclude mSQL turned out to be too slow, not fast enough or flexible enough for there needs. They started working on their own solution. This resulted in a new SQL interface to database but with almost the same API interface as mSQL. This API was designed to allow third-party code that was written for use with mSQL to be ported easily for use with MySQL.
    6 times | category: [Miscellaneous]
    Using C# with MySQL
    ON: 2008-09-12 09:50:50
    Many of you might be trying to get MySQL working with Visual Studio 2005 or C# Express Edition. Well, Microsoft clearly made the DB manager for Microsoft SQL Server and Oracle Server. Although, the makers of MySQL Server have released an extension for VS 2005 and C# Express. You will need to download and install it on your development computer to continue.
    326 times | category: [Miscellaneous]
    Installing MySQL on Windows
    ON: 2008-09-12 09:49:53
    As Web sites and Web-based applications become more important to commercial firms and other organizations, so too does the methods used for storing data online, such as customer contact information, system login details, product data, and much more.
    5 times | category: [Miscellaneous]
    [MYSQL] functions/queries list
    ON: 2007-09-03 10:54:56
    A list of usefully mysql functions and queries with short description for each function and exmaples.
    68 times | category: [Miscellaneous]
    Connecting to MySQL database from PHP
    ON: 2007-09-03 10:53:29
    This tutorial will show you how to connect to MySQL database from PHP script.
    46 times | category: [Miscellaneous]
    Using MySQL Delete querys in PHP
    ON: 2007-09-03 10:51:12
    This tutorial will show you how to use MySQL querys to database in your PHP scripts.
    42 times | category: [Miscellaneous]
    MySQL SELECT query from PHP script help, examples, homework, photoshop tutorials, free tutorials, tu
    ON: 2007-09-03 10:49:09
    This tutorial will show you how to use MySQL querys to database in your PHP scripts.
    5 times | category: [Miscellaneous]
    MySQL FAQs - Command-Line End User Interface mysql
    ON: 2007-09-03 10:45:38
    A collection of 10 FAQs on MySQL command-line interface mysql. Clear answers are provided with tutorial exercises on mysql command option; running SQL and mysql commands; running mysql command files in batch mode; returning query output in HTML and XML formats.
    592 times | category: [Miscellaneous]
    Beginners Guide to MySQL
    ON: 2007-09-03 10:41:13
    Learn from the ground up, on how to use MySQL for your websites. Even if you are a complete beginner and know nothing, you will be able to understand this tutorial.
    140 times | category: [Miscellaneous]
    this:1/1 25records  total:24    start  Previous  Next  Last    goto:

    Category

      Miscellaneous (24)