Изберете правилния вариант съединение с бази данни.
Understand the Problem
Въпросът задава задача за избор на правилния вариант за свързване с база данни, вероятно в контекста на SQL команди.
Answer
mysql -u user_name -p -h host_name
The final answer is the option with syntax: mysql -u user_name -p -h host_name
Answer for screen readers
The final answer is the option with syntax: mysql -u user_name -p -h host_name
More Information
In MySQL command line, the correct order for connecting includes specifying the username with -u, password with -p, and host with -h.
Tips
Ensure proper order and use of flags in MySQL commands to avoid connection errors.
AI-generated content may contain errors. Please verify critical information