[SOLVED] ERROR 1206 (HY000): The total number of locks exceeds the lock table size

We have a customized Openbravo POS v2.2 running with a dozen workstations operating 24x7 a year around. The size of the database has grown to 10GB, and the performance started to degrade so we decided to archive old data and start fresh. According to the Openbravo POS administrative guide, we performed a DELETE operation on transaction data.

How to display PHP errors?

On a production server, you will definitely want to turn off errors from displaying on the screen due to security and usability reasons but what do you do when you're on a development machine trying to debug a malfunctioning PHP script? PHP gives a programmer the ability to control the logging of errors, and the types of errors to be displayed. You may enable PHP error display in one of two ways.

Can a tablet replace a computer?

I have been thinking about replacing my notebook with a tablet for some time and finally decided to give it a try. Before I chose a tablet to replace my notebook, I thought about the things I do with my computer. I browse the web, send and receive emails, manage my websites, watch movies and YouTube videos, and work on the Office Suite. I also spend a lot of time on Linux servers and remote Windows machines so an ability to connect via VNC and RDP is a must feature. All those things I've identified can be done on a tablet, so it may actually work. In order to use a tablet to manage remote computers, I must have a keyboard and a mouse.

How to begin your stock investments?

If you have extra cash on hand, one of the easiest ways to generate passive income is investing your money. There are many investment options to choose from, but one of the preferred options is investing in stocks. Depending on your risk tolerance level, you may invest in low-risk dividend-paying stocks, value stocks, or even invest in high-growth high-risk stocks. Inflation averaged over 3.05% yearly since 1926, and keeping your money in a Bank savings account would have earned you less than the inflation. Stocks have returned an average of 11.35% per year during the same period, while bonds returned 5.12%, and T-bill averaged 3.79%. There are risks associated with stock investment, so you must do your homework before deciding on your investment strategy.

Basic Tenets of Credit Scoring

Maintaining a high credit score is one of the most important aspects of managing your personal finances. With a good credit score, you'll qualify for loans with lower rates. Credit scores range from 300 to 850 with a national average score of about 692 (for FICO Score), and 723 as the median. A credit score of 720 is considered a good credit score. A credit score is not only used in qualifying loans but it is also used to make hiring decisions and set insurance premiums.

How to root your Android OS?

Android is an operating system for mobile phones and tablets, much like Microsoft Windows for PCs, MacOS for Mac Books, and Linux for servers. Android was first developed in 2003 by Android Inc. and later acquired by Google. The goal of Android was to create "smarter mobile devices that are more aware of its owner's location and preferences". What makes Android stand apart from other mobile operating systems is that it's open source, and based on field proven Linux operating system. Linux, a child of Unix which has been around since 1969 far before Windows OS, is a de facto operating system run by millions of servers providing web, mail, and database services to the Internet. It's an open source, meaning that anyone can modify and contribute to the project, which makes it use of open standard, open architecture and best of all makes it available for free for everyone.

How to search custom fields in Netsuite with PHP

Netsuite allows an administrator to add custom fields and custom records via GUI. Custom fields are business-specific attributes defined by the company to tailor Netsuite. When a custom field is created in Netsuite, the administrator will assign an ID of the custom field and this ID becomes the internal ID of the custom field. To show internal ID on Netsuite GUI, it must be turned on by going to Home -> Set Preferences -> General -> Defaults, and checking the "Show Internal IDs" checkbox.