MariaDB / Mysql

Password management

By default, CC-IN2P3 interactive servers have one client for each DBMS.

Client mysql pour MySQL ou MariaDB

replace the <variables> with your correspondent values
% mysql -h <service_name.in2p3.fr> -P <portno> -u <login> -p <database>

At you first connexion, it is strongly recommended to change the password. The following command can be placed in the different clients:

# replace <newpwd> with your value
MariaDB [dbname]> set password = password('<newpwd>');
Query OK, 0 rows affected (0.00 sec)