Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Viperan

  1. Viperan

    How to list a locked table in mysql

    well in My Database Agents, there is a task to update a user info and the user infos are spreaded to four different tables. Inorder to update these infos. The query must be done in seperated execution time, based on what info does the user inserted. thus these tables must be locked so that...
  2. Viperan

    How to list a locked table in mysql

    Thanks. It works... daniel-
  3. Viperan

    How to list a locked table in mysql

    I agree. BTW, here is the Error Log that I got : Logger:: logging DatabaseAccessor:: SQLException: Can not issue INSERT/UPDATE/DELETE with executeQuery() Logger:: logging DatabaseAccessor:: SQLState: S1009 Logger:: logging DatabaseAccessor:: Query: UNLOCK TABLES Logger:: logging...
  4. Viperan

    How to list a locked table in mysql

    I think you're right. I tried to search into the mysqldump file for all my Databases and I couldn't find a Lock table inside of it. I have another question though. Have you ever tried to lock tables from JDBC. If so can you Unlock it? thanks daniel-
  5. Viperan

    How to list a locked table in mysql

    I try to restart the mysqld couple of times, no luck so far. I am sure that lock mechanism must be stored as a temporary table that also stored in the database table somewhere... BTW, do you know any command to Unlock tables (besides UNLOCK TABLES;)that executable from JDBC connector. I have...
  6. Viperan

    How to list a locked table in mysql

    The problem is that the UNLOCK TABLES command doesn't really work when executed from JDBC! Plus, the tables that hold the list of the locked tables in the database got copied when I dump the database into txt file. The last thing that I want to do is to open that txt file and tried to examine...
  7. Viperan

    How to list a locked table in mysql

    I try to Lock and unlock certain tables from my database test using JConnector (mysql jdbc lattest version) and I found out that the unlock command is not actually works. Now my database is occupied by these locked tables. How do I see a list of Locked tables in mysql and How do I get rid of...

Part and Inventory Search

Back
Top