Results 1 to 2 of 2

Thread: What is MySQL?

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default What is MySQL?

    MySQL is a database system used on the web
    MySQL is a database system that runs on a server
    MySQL is ideal for both small and large applications
    MySQL is very fast, reliable, and easy to use
    MySQL supports standard SQL
    MySQL compiles on a number of platforms
    MySQL is free to download and use
    MySQL is developed, distributed, and supported by Oracle Corporation
    MySQL is named after co-founder Monty Widenius's daughter: My

    The data in MySQL is stored in tables. A table is a collection of related data, and it consists of columns and rows.

    Databases are useful when storing information categorically. A company may have a database with the following tables:

    Employees
    Products
    Customers
    Orders

  2. #2
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    Quote Originally Posted by sherlyk View Post
    MySQL is named after co-founder Monty Widenius's daughter: My
    He is not happy with the way Oracle develop MySQL. So created another database server named after his 2 nd daughter Maria.

    https://mariadb.org

    MaiaDB is is drop in replacement for MySQL, that is you can just replace MySQL with MariaDB and everything will work like nothing happened.

    MySQL vs MariaDB

    https://mariadb.com/kb/en/mariadb-ve...ysql-features/
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •