Información de almacenamiento de contraseñas de mysql en /usr/local/vesta/conf/mysql.conf
1 2 | [root@tutorialspots ~]# cat /usr/local/vesta/conf/mysql.conf HOST='localhost' USER='root' PASSWORD='CyRjp4fJ3A' CHARSETS='UTF8,LATIN1,WIN1250,WIN1251,WIN1252,WIN1256,WIN1258,KOI8' MAX_DB='500' U_SYS_USERS='admin' U_DB_BASES='2' SUSPENDED='no' TIME='11:59:25' DATE='2020-06-11' |
Ver:
1 | PASSWORD='CyRjp4fJ3A' |
¡Hecho!
1 2 3 4 5 6 7 8 9 10 | [root@hfood ~]# mysql -uroot -pCyRjp4fJ3A Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 5282 Server version: 5.5.65-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> |
0 Comentarios
Dejanos tu comentario para seguir mejorando!