* Tyler Hall (
plug@webfreaks.com) wrote:
> I'm having a problem with mysql, I finally got it installed, but when I'm
> trying to import a .sq file into the database, it just sits there.
>
> [root@ws bin]# ./mysql -p nuke > /home/tyler/sql/nuke.sql
> Enter password:
>
> and after I type in the password, it will just sit there. has anyone had
> this problem?
>
> -
> Tyler Hall
> http://www.nerdie.org
Tyler,
How are ya buddy? Try this instead:
# ./mysql -p nuke < /home/tyler/sql/nuke.sql
got the direction thing backwards.
Best wishes,
Gontran