Hello, output below
1 #v+

mysql -u root -p -e "show variables where Variable_name='version';"

 +---------------+-----------------+
| Variable_name | Value           |
+---------------+-----------------+
| version       | 10.2.37-MariaDB |
+---------------+-----------------+

mysql -u root -p -e "select User,Password,Host from mysql.user; "

+------+-------------------------------------------+-----------+
| User | Password                                  | Host      |
+------+-------------------------------------------+-----------+
| root | MY PASSWORD | localhost |
| root | MY PASSWORD | 127.0.0.1 |
| root | MY PASSWORD | ::1       |
| pf   | MY PASSWORD | localhost |
| pf   | MY PASSWORD | %         |
+------+-------------------------------------------+-----------+

journalctl -u packetfence-mariadb -xe

-- No entries --

#v-


2 My packetfence version is 10.3.0 last version


Thank you for your reply

Best regards!!!

ср, 23 июн. 2021 г. в 18:06, Quiniou-Briand, Nicolas <nquin...@akamai.com>:

> Hello,
>
>
>
> 1. Could run following commands in CLI (you need MariaDB **root**
> password):
>
>
>
> #v+
>
> mysql -u root -p -e "show variables where Variable_name='version';"
>
> mysql -u root -p -e "select User,Password,Host from mysql.user; "
>
> journalctl -u packetfence-mariadb -xe
>
> #v-
>
> and paste output here ?
>
>
>
> 2. Which PacketFence version are you using?
>
>
>
> *Nicolas Quiniou-Briand*
> *Product Support Engineer*
>
> *Office:* +33156696210
>
> Akamai Technologies
> 145 Broadway
> Cambridge, MA 02142
>
> Connect with Us:
>
> <https://community.akamai.com/>  <http://blogs.akamai.com/>
> <https://twitter.com/akamai>  <http://www.facebook.com/AkamaiTechnologies>
>   <http://www.linkedin.com/company/akamai-technologies>
> <http://www.youtube.com/user/akamaitechnologies?feature=results_main>
>
>
>
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to