how to see WARNINGS ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Erik R.N.

    how to see WARNINGS ?

    Hi
    I uploaded a file to my mysql-db via commandpromt (which I have done 100 times
    before)
    everything went fine exept "warnings 1"
    how do I see what that warning is about ??

    --
    Erik
    Denmark


  • Patrick Questembert

    #2
    Re: how to see WARNINGS ?

    Use "SHOW WARNINGS;"
    This will show the warnings related to the previous command.
    Note that this command is only supported by MySQL 4.1 or later.

    Patrick

    "Erik R.N." <fox44FJERN-DETTE@c.dk> wrote in message
    news:4169a951$0 $164$edfadb0f@d text01.news.tel e.dk...[color=blue]
    > Hi
    > I uploaded a file to my mysql-db via commandpromt (which I have done 100
    > times
    > before)
    > everything went fine exept "warnings 1"
    > how do I see what that warning is about ??
    >
    > --
    > Erik
    > Denmark
    >
    >[/color]


    Comment

    Working...