MSQL question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Why
    MFBA
    • Mar 2003
    • 7230

    #1

    MSQL question

    does anyone know how to make MSQL dump its entore contents into a flat file?
  • Jon2
    So Fucking Banned
    • Aug 2001
    • 2875

    #2
    Microsoft's sql thing or Mysql?

    Jon

    Comment

    • liquidmoe
      Confirmed User
      • Mar 2002
      • 4994

      #3
      mysqldump -A -p > database_file.db

      Usually full path is :
      /usr/local/mysql/bin/mysqldump and -p if root user has a password, otherwise just leave off the -p.

      Take Luck!

      Comment

      • foe
        Confirmed User
        • May 2002
        • 5246

        #4
        Originally posted by liquidmoe
        mysqldump -A -p > database_file.db

        Usually full path is :
        /usr/local/mysql/bin/mysqldump and -p if root user has a password, otherwise just leave off the -p.
        this does it well. If you dont have access to it, ie shared server use phpmyadmin./

        Comment

        • Why
          MFBA
          • Mar 2003
          • 7230

          #5
          do i look like a retard?

          had i ment MySQL i probably wouldnt have mispelt it twice in one posting??


          j/k



          but yes, im looking for M$ SQL dumps.

          Comment

          • Jon2
            So Fucking Banned
            • Aug 2001
            • 2875

            #6
            Thats why I figured you were referring to microsoft sql...

            I don't know a fuck about microsoft sql...Sorry :-(

            Ask google :-D

            Jon

            Comment

            Working...