Hello.
Thanks for the reply.
I am issuing it as a command line option to the script. i.e.
mysql -u crn -p < cd2.sql.
Any help?
Russ.
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http:/
At 14:28 + 1/7/03, [EMAIL PROTECTED] wrote:
Hiya.
I have inherited an Access database whose originator has used the #
character in
field names as you can see below. I would like to replace this with
a MySQL served
version. This is part of the script created by ACCESSDump.
DROP DATABASE c
Hiya.
I have inherited an Access database whose originator has used the # character in
field names as you can see below. I would like to replace this with a MySQL served
version. This is part of the script created by ACCESSDump.
DROP DATABASE cd2;
CREATE DATABASE if not exists cd2;
USE cd2;