hi ,
I am a complete newbie. I have just created a file .ddl that contains all definitions for my tables. I have created a database and tried to upload the file into db in the following way:
mysql> -u root -p mydatabase< mydata.dll;
Once i hit enter nothing happens and file is not imorted into my db. Any idea why?
thanks so much,
T