MySQL Forums
Forum List  »  Turkish

Re: MySQL Turkiye Iletisim- Soru ve Isteklerinizde lutfen iletisime geciniz
Posted by: Erol Cicek
Date: May 06, 2014 01:37AM

Linkte belirtilen adimlari takip edebilirsiniz. Umarim yardimci olur, cozum olmaz ise tekrar belirtiniz lutfen.

Solution – Repair Table

The error message may mean the database table is corrupted and requires a repair.
Run repair table on the associated database table.
Re-run the previous query.
The issue will now be resolved.

Solution – Free Disk Space

The error message may mean the system does not have enough free disk space.
Verify the free disk space. On Linux execute at the console “df -h”. On Windows open “My Computer” to see free space available.
If low or out of disk space, free up some space or follow the next steps to change MySQL server setting to point to a new temporary path.
Edit the MySQL server configuration file, my.cnf (on Debian, /etc/mysql/my.cnf).
Change the “tmpdir” path variable to a new location with more available free disk space (ex. /var/tmp or D:\temp).
Stop MySQL daemon/service and then start MySQL daemon/service for the configuration changes to take affect.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Turkiye Iletisim- Soru ve Isteklerinizde lutfen iletisime geciniz
1771
May 06, 2014 01:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.