You Are Here Home > Operating Systems

Operating Systems

MySQL: ERROR 1114 (HY000) at line 4424: The table ‘X’ is full

Even though this could be a limitation by your file system check the value of the system variable:

myisam_data_pointer_size

If it’s set to 4 then the table can be a maximum of 4GB in size but if it’s set to 6 then the table can be a maximum of 256TB…

To fix this try:

edit /etc/my.cnf

And add this line to the end of it:

myisam_data_pointer_size = 6

Save it and restart mysql:

service mysql restart

I hope this helps…

MySQL: ERROR 1114 (HY000) at line 4424: The table ‘X’ is full
Comments (0)   Filed under: MySQL,Operating Systems,Server   Posted by: Hamid

How To Disable “X has stopped working” Popup In Windows Vista

This one is funny, even if you turn off error reporting in your “Control Panel” you will still get popups saying “X has stopped working”, that’s annoying…

To do this click on the Windows icon and where it says “Start Search” type:

regedit

Hit “Enter” and in your registry editor navigate to this location:

Computer > HKEY_CURRENT_USER > Software > Stupidsoft (or Microsoft) > Windows

Click on “Windows Error Reporting” and on the right side, you will see a list starting with “(Default)”.

Double click on “DontShowUI” and in the popup under “Value data:” enter 1 and hit “Enter”.
Do this for: DisableArchive, Disabled, DisablesQueue, DontSendAdditionalData

Close your registry editor and go to:

Control Panel > Problem Reports and Solutions > Change Settings > Advanced Settings

Under “For my programs, problem reporting is:” select “Off”

Click OK and you are all set, remember though, this will turn off everything…

I hope this helps…

How To Disable “X has stopped working” Popup In Windows Vista
Comments (2)   Filed under: Annoying Stuff,Operating Systems,Windows   Posted by: Hamid
Older Posts »