Question : Where can I get MySQL license details?

I am using free MySQL download version on my application. Now the database size is increased 2 GB and now i unable to perform the insert, updation etc., I think it is limited to store further. Also I heard that i have buy the license version to resolve such issues. I'm finding difficult to restore / back up also.  So where can I see the license details.

Answer : Where can I get MySQL license details?

Did some digging and found this http://dev.mysql.com/doc/refman/4.1/en/full-table.html

Unless you are running with a very old version of Windows or Linux then the 2GB limit, so ignore the comment above from me. That Windows limit is gone now.

What may be more likely is that the database was usuable in an inefficient mode before but simply takes too long to do anything now. It is more than likely that you may need to look at ensuring that fields referenced in WHERE and JOIN clauses have INDEXes on them.

Conversely, if you are inserting lots of data into a table with a lot of indexes then it is usually quicker to lock the table, delete the indexes, insert the data, rebuild the indexes and unlock the table.

You will solve nothing by upgrading MySQL.
Random Solutions  
 
programming4us programming4us