HI
Does any one encounter the same problem?? If load cmd in not working in ver3.23.53, is there any alternative cmd for loading table???
Thanks
vinita
#####################################################
mysql> select version();
+-----------+
| version() |
+-----------+
| 3.23.33 |
+-----------+
mysql> load data local infile '/home/tech/vinita/TESTmungah/mungah_3.23.53/load_toCheckSafe.txt'
-> into table roomLockAuto;
Query OK, 100 rows affected (0.04 sec)
Records: 100 Deleted: 0 Skipped: 0 Warnings: 100
************************************************************************************************
mysql> select version();
+-------------+
| version() |
+-------------+
| 3.23.53-log |
+-------------+
1 row in set (0.00 sec)

mysql> load data local infile '/home/tech/vinita/TESTmungah/mungah_3.23.53/load_toCheckSafe.txt'
-> into table roomLockAuto;
******ERROR 1148: The used command is not allowed with this MySQL version
mysql>



---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <mysql-unsubscribe-##L=##[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to