- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Marc Delisle
- 362字
- 2021-08-20 15:55:19
Preface
phpMyAdmin is an open source web interface that handles the administration of MySQL. It can perform various tasks such as creating, modifying, or deleting databases, tables, columns, or rows. It can also execute SQL statements or manage users and their permissions. When it comes to exploiting phpMyAdmin to its full potential, even experienced developers and system administrators search for tutorials to accomplish their tasks.
Mastering phpMyAdmin 3.4 for Effective MySQL Management is an easy-to-read, step-by-step practical guide that walks you through every facet of this legendary tool—phpMyAdmin—and takes you a step ahead in taking full advantage of its potential. This book is filled with illustrative examples that will help you understand every phpMyAdmin feature in detail.
This book jump starts with installing and configuring phpMyAdmin, and then looks into phpMyAdmin's features. This is followed by configuring authentication in phpMyAdmin and setting parameters that influence the interface as a whole, including the new user preferences feature. You will first create two basic tables and then edit, delete data, tables, and databases. As backups are crucial to a project, you will create up-to-date backups and then look into importing the data that you have exported. You will also explore the various search mechanisms and query across multiple tables.
Now you will learn some advanced features such as defining inter-table relations, both with relation view and the Designer panel. Some queries are out of the scope of the interface; you will enter SQL command to accomplish these tasks.
You will also learn about synchronizing databases on different servers and managing MySQL replication to improve performance and data security. You will also store queries as bookmarks for their quick retrieval. Towards the end of the book you will learn to document your database, track changes made to the database, and manage user accounts using phpMyAdmin server management features.
This book is an upgrade from the previous version that covered phpMyAdmin version 3.3. Version 3.4.x introduced features such as a user preferences module, relation schema export to multiple formats, an ENUM/SET column editor, a simplified interface for export and import, AJAX interface on some pages, charts generation, and a visual query builder.
- JavaScript+DHTML語法與范例詳解詞典
- INSTANT OpenCV Starter
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- Learn WebAssembly
- Python貝葉斯分析(第2版)
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- Learning OpenStack Networking(Neutron)
- Python深度學(xué)習(xí):模型、方法與實(shí)現(xiàn)
- jQuery炫酷應(yīng)用實(shí)例集錦
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Arduino機(jī)器人系統(tǒng)設(shè)計(jì)及開發(fā)
- Test-Driven iOS Development with Swift
- Java Web 從入門到項(xiàng)目實(shí)踐(超值版)
- 深入理解MySQL主從原理
- Java EE框架開發(fā)技術(shù)與案例教程