MySQL Server Configuration Basics
10 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

¿Cuál es la ruta del principal archivo de configuración de MySQL?

  • /var/mysql/my.cnf
  • /etc/mysql/my.cnf (correct)
  • /etc/apache/my.cnf
  • /etc/init.d/mysql/my.cnf

¿Cuál es el comando para instalar el servidor MySQL en Ubuntu?

  • apt install mysql-server (correct)
  • mysql-server install
  • apt-get install mysql
  • mysql-install

¿Cuál es el directorio que contiene opciones de configuración como user, port, basedir, entre otras?

  • /etc/mysql/mysql.conf.d/ (correct)
  • /var/mysql/conf.d/
  • /etc/mysql/conf.d/
  • /etc/mysql/my.cnf

¿Cuál es el comando para reiniciar el servidor MySQL?

<p>systemctl restart mysql (C)</p> Signup and view all the answers

¿Cuál es el archivo de configuración que contiene opciones de configuración importantes?

<p>mysqld.cnf (B)</p> Signup and view all the answers

¿Cuál es el comando para verificar si el servidor MySQL está en ejecución?

<p>netstat -tap | grep mysql (A)</p> Signup and view all the answers

¿Dónde se encuentran las referencias a los directorios de configuración de MySQL?

<p>En la ruta /etc/mysql/my.cnf (D)</p> Signup and view all the answers

¿Cuál es el comando para detener el servidor MySQL?

<p>systemctl stop mysql (B)</p> Signup and view all the answers

¿Cuál es el archivo de configuración que se encuentra en la ruta /etc/mysql/mysql.conf.d/?

<p>mysqld.cnf (D)</p> Signup and view all the answers

¿Cuál es la ruta para acceder a los archivos de configuración de MySQL?

<p>/etc/mysql/mysql.conf.d/ (D)</p> Signup and view all the answers

More Like This

Lab 2: Creating User and Views in MySQL
16 questions
MySQL Server Administration Basics
8 questions
MySQL Server Administration Overview
8 questions
MySQL Server Administration Quiz
8 questions
Use Quizgecko on...
Browser
Browser