Articles on MySQL
MySQL: Introduction and How it Works MySQL Installation MySQL replication The Top MySQL 10 Design Tips MySQL Performance Tuning: The stages of Tuning MySQL Indexing How to create an index How MySQL and PHP Work Read more…
MySQL: Introduction and How it Works MySQL Installation MySQL replication The Top MySQL 10 Design Tips MySQL Performance Tuning: The stages of Tuning MySQL Indexing How to create an index How MySQL and PHP Work Read more…
This article is a fraction of a Number of Articles on MySQL, to access them click here. This article describes the basic constraints that can be specified in SQL as part of table creation. These Read more…
This article is a fraction of a Number of Articles on MySQL, to access them click here. Handling MySQL Errors You use the mysqli functions of the PHP language, such as mysqli_connect and mysqli_query, to Read more…
This article is a fraction of a Number of Articles on MySQL, to access them click here. You interact with the database by passing messages to the MySQL server. The messages are composed in the Read more…
This article is a fraction of a Number of Articles on MySQL, to access them click here. MySQL Indexing MySQL documentation says: The best way to improve the performance of SELECT operations is to Read more…
This article is a fraction of a Number of Articles on MySQL, to access them click here. Why Tune a Database? Cost-effectiveness A system that is tuned can minimize the need to buy additional hardware Read more…
This article is a fraction of a Number of Articles on MySQL, to access them click here. 1.Understand Your Technology Tools MySQL is great platform to manage your database, and to be able to Read more…
This article is a fraction of a Number of Articles on MySQL, to access them click here. Replication Replication is the ability to duplicate data changes that occur on one server to another. Basic components Read more…
This article is a fraction of a Number of Articles on MySQL, to access them click here. INTRODUCTION Beneath all the cute animations, the smooth transactions, lies the ruins of the backend, and talking about Read more…
File Servers A file server may be dedicated or non-dedicated. A dedicated server is designed specifically for use as a file server not for other database purposes. File servers may also be categorized by the Read more…