I have an sql script file that is supposed to create
a set of database tables for me. Supposedly I type
the following on my linux box and its all supposed
to work...
mysql (ENTER)
\. mysql_dump.sql. txt
When I type myslq <ENTER> I get a command prompt
that looks like this...
mysql>
But I don't know how to change directories from that
command prompt to the directory where mysql_dump.sql. txt
is located. Can someone tell me how to change dirs at
the mysql> prompt?
a set of database tables for me. Supposedly I type
the following on my linux box and its all supposed
to work...
mysql (ENTER)
\. mysql_dump.sql. txt
When I type myslq <ENTER> I get a command prompt
that looks like this...
mysql>
But I don't know how to change directories from that
command prompt to the directory where mysql_dump.sql. txt
is located. Can someone tell me how to change dirs at
the mysql> prompt?
Comment