List content in category "IT / Database"
Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed wit...
If you unexpectedly discover that errors occurred when migrating to a new version of MySQL, then most likely you wrote the database query code in n...
05.03.24
Custom NoSQL - storing data in files and not only in a database. Storing settings, small data and...
Almost any site or web application processes various data, such data can be of very different sizes. It is generally accepted to store data in da...
16.07.22
Which encoding to choose in MySQL - utf8 or utf8mb4 (utf8mb4_general_ci, utf8mb4_unicode_ci or ut...
When setting up a connection to a database (DB), it may be difficult to select the database encoding . Usually, a whole list of encodings is offe...
05.03.24
Case sensitive database - how to fetch, update, or delete data if case-insensitive _ci encoding i...
Selecting data from the database (DB) is a normal part of the work of any modern application. In most cases, it is sufficient to retrieve data i...
16.07.22
Why does the site take a long time to load on the first visit and between interruptions of page r...
There are times when a site is developed on local hosting and is ready to be transferred to a working hosting, however, on a working hosting, dela...
17.07.22
What is phpMyAdmin? This is a web application that allows you to work with databases (DB) MySQL through a user-friendly interface. In fact, it e...
17.07.22
Modern software systems are diverse - different data structures and formats are used. But be that as it may, the data in such systems is of great ...
17.07.22
Everyone who runs their business should have a customer database. There he can add new clients and modify existing ones. Previously, customer data...
21.07.22
Оставить заявку
Latest articles
- 03.04.24IT / Уроки PHP Уроки простыми словами. Урок 3. Все операторы PHP с примерами, с выводом работы кода на экран.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 2. Типы данных в PHP с примерами.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 1. Коротко о языке веб-программирования PHP. Основы синтаксиса.
- 09.11.23IT / Database Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed with an error or INSERT does not work. Disabling STRICT_TRANS_TABLES strict mode or using IGNORE
- 08.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes