hello,
i wrote some commands in notepad and saved it as .sql and i m running these commad at my sql by command-
mysql>source C:\Program Files\MySQL\MySQL Server 5.0\bin\script.sql;
then its run.. but hat to do if i write it without giving whole path.
i ren this command--
mysql> \. filename
but its not working...why?? i am not gettiing .is there is any prob with path setting??
thanks