ملاحظة: هذا المقال بقلم أحمد بوشفرة. الآراء الواردة تعبر عن الكاتب.
أحمد بوشفرة: مبرمج ومؤلف تقني، أساعد المطورين على بناء تطبيقات ويب حديثة وسريعة.
يمكنك أيضاً نشر مقالك هنا والترويج لخدماتك أمام جمهور من المبرمجين. تواصل معنا
لخص هذا المقال باستخدام ChatGPT
انسخ الأمر أدناه والصقه في ChatGPT للحصول على ملخص سريع للمقال:
لخص لي هذا المقال في نقاط رئيسية: https://www.ahmedbouchefra.com/mysql-cli-with-auto-completion-and-syntax-highlighting/
تم النسخ!
If you prefer to work with MySQL via its command-line interface, you’ll like mycli which is a CLI tool with auto-completion and syntax highlighting built on top of Python and prompt_toolkit for building interactive command line applications with Python.
It is cross-platform and it is tested on Linux, MacOS and Windows.
According to the official website:
mycli is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.

Prerequisites
- Python 2.7 or Python 3.4+.
How to Install MyCLI?
Supposed you have Python and pip installed, open a new terminal and run the following command:
$ pip install mycli
Check out the official website for instructions on how to install MyCLI on the other platforms.
You can check the source code of this tool on GitHub.
هل لديك سؤال أو استفسار؟ اترك تعليقاً بالأسفل: