Transaction log file is full

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sonajain
    New Member
    • Jul 2006
    • 12

    Transaction log file is full

    Hi,

    The database transaction log file is full. I cannot delete the log file. when I try to take backup it throws error. Any other way so that I can write more transaction without any problem. Please reply matter is urgent.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Have you tried
    Code:
    mysqladmin flush-logs 
    or the SQL statement FLUSH LOGS.
    or the MySql documentation, especially the part on Log file maintenance

    Ronald :cool:

    Comment

    Working...