Generate Mysql script

Discussion in 'Programming' started by sinthiya2005, May 30, 2007.

  1. #1
    Hi,
    I create database, table & entering data within that.

    Now I want to generate a script of my database. So how can I do that.

    Thanks
     
    sinthiya2005, May 30, 2007 IP
  2. samusexu

    samusexu Well-Known Member

    Messages:
    138
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    It depends on what do you want to do with that script to do? if you want a sort of administration you can use phpmyedit for example. Good luck.
     
    samusexu, May 30, 2007 IP
  3. webhuge

    webhuge Peon

    Messages:
    329
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you must give us more exmplainations on what you need to do
     
    webhuge, Jun 1, 2007 IP
  4. zonzon

    zonzon Peon

    Messages:
    100
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    maybe you talk to export the database structure and/or data? take a look at mysqldump... it's part of the mysql distribution.
     
    zonzon, Jun 1, 2007 IP