MYSQL

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Gontran
Dátum:  
Tárgy: MYSQL
* Tyler Hall () 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