Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: What is MySQL?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2003
    Posts
    3,040

    Default What is MySQL?

    MySQL is a Database.

    DataBase is software used to manage data. Some of the Database softwares are

    MS Access
    MS SQL
    MySQL
    Oracle
    Sybase
    PostgreSQL

    MySQL is popularly used with PHP scripting language to build dynamic web sites.

    In a database, data is stored in tables. Tables are structure to store same type of date.
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  2. #2
    Join Date
    Nov 2005
    Posts
    127

    Default

    can u give me about oracle details sir.........

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

    Default

    I have studied Oracle PL/SQL. But never used it recently. I can only tell about MySQL as i only use that. Hope some Oracle experts here can provide more information about Oracle.

    Oracle is not popular for web hosting/shared hosting. Mainly used by big companies, banking, etc...
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  4. #4
    Join Date
    Jul 2006
    Posts
    5

    Default

    Can you give out information about Sybase please?
    never heard about that...

  5. #5
    Join Date
    Aug 2006
    Location
    Mumbai
    Posts
    4

    Default About mySQL

    Yea Nokia is rite.
    Also i want to add that if u dont want to spend money than u use
    Mysql coz to my knowledge it is opensource and free!!! :D

  6. #6
    Join Date
    Sep 2006
    Location
    HRVATSKA
    Posts
    4

    Default

    Can you connect MySQL with JAVA and if you can how to do it?

  7. #7

    Default Connecting Mysql and java

    For that you have to download mysql connector class and packages from mysql wesite then you can connect to it using jdbc

  8. #8

    Default

    Mysql is good for java programmers as it runs on at about all platforms

  9. #9
    Join Date
    Jun 2007
    Posts
    2

    Default

    in not good at programing :(

  10. #10
    Join Date
    Sep 2006
    Location
    Kerala, India
    Posts
    17,476

    Default MySql help

    MySql help

    Command ends with ;.
    ?; - HELP at Mysql command line.
    exit; - exit mysql
    R - prompt, change your sql prompt. eg; - prompt linux> change the prompt to 'linux>'.
    help contents - gives the server side help.
    c - clear
    r - connect with arguments db and host
    G- ego. Send command to Mysql server, display result vertically.
    g - go, Send command to Mysql server
    s - status, status ino from the file.
    T - tee, append everything to given outfile
    u - Use another database. db name as the argument.
    C - charset , switch to another charset.

Page 1 of 2 12 LastLast

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
  •