I'm trying to insert records from a file. These records are separated
with pipes.
use crous;
load data local infile "aid.exp" into table aid;
When I do "select * from aid" , the first column is OK but the
second and third columns are nulls for all rows.
It's weird!
Has anyone experienced t
I've changed root's password via netscape with phpmyadmin and then
reloaded.
It's not possible to connect anymore. The system asked for a new
password but didn't accept the new one.
So, I've tryed to re-install mysql again
version : MySQL-3.23.38-1.i386.rpm on redhat Linux.
Now, when I try to con