Jump to content
  • 0

AYUDA SERVI FILES


colombia2020

Pregunta

ALGUIEN ME AYUDA EN ESTA CONFIGURACION NO EN TIENDO NADA ALGUIEN POR ANYDESK   

 

2. Once you have installed MySQL, enable the service at startup.
sysrc mysql_enable="YES"

    3. One you have finished with MySQL you need to create a user for the files. mt2@localhost -pw "mt2!@#"

mysql;
use mysql;
create user 'mt2'@'localhost' identified by 'mt2!@#';
grant all privileges on *.* to 'mt2'@'localhost' with grant option;

Since we are creating a user for the files, we can also create ourselves a user to access the database externally.

create user 'admin'@'%' identified by 'MY_STRONG_PASSWORD';
grant all privileges on *.* to 'admin'@'%' with grant option;
flush privileges;
quit;
service mysql-server restart

Enlace para comentar
Compartir en otros sitios

6 respuestas a esta pregunta

Mensajes recomendados

  • 0
hace 1 hora, .hack//ROOTS dijo:

mira el video.. te va ayudar a areglar tus errores.. 

 

Debes iniciar sesión para ver el contenido del enlace en esta publicación.

 

Gracias por responder podrias por favor hacer uun vídeo detallado de estos Archivos mas con el Freebsd la verdad no se que tan bueno sean estos Archivos 

Enlace para comentar
Compartir en otros sitios

Unirse a la conversación

Puedes publicar ahora y registrarte más tarde. Si tienes una cuenta, regístrate para publicar con su cuenta.

Guest
Responder esta pregunta...

×   Has pegado contenido con formato .   Eliminar formato

  Only 75 emoji are allowed.

×   Tu enlace se ha incorporado automáticamente.   Mostrar un enlace en su lugar

×   Se ha restaurado el contenido anterior. .   Borrar editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recientemente navegando por este tema   0 miembros

    • No hay usuarios registrados visitando esta página.
×
×
  • Crear nuevo...