Resource temporarily unavailable - What does that mean?

2003-07-16 Thread Andrey Mishenin
While accessing MySQl data base by means of perl the value of variable $! sometimes equals " Resource temporarily unavailable". At the mean time everything works correct. What does that mean? ___ http://chat.bigmir.net/ - ñàìûé óäîáíûé

Problem using TEMPORARY TABLE

2003-07-03 Thread Andrey Mishenin
I've got a problem using temporary tables. Tring to make one (mysql> CREATE TEMPORARY TABLE ... ) I recieve an error message: ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'hardware' At the mean time all other sql requests work correctly. How

Problem using TEMPORARY TABLE

2003-07-03 Thread Andrey Mishenin
I've got a problem using temporary tables. Tring to make one (mysql> CREATE TEMPORARY TABLE ... ) I recieve an error message: ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'hardware' At the mean time all other sql requests work correctly. How