MariaDB / Mysql
Password management
By default, CC-IN2P3 interactive servers have one client for each DBMS.
Client mysql
pour MySQL ou MariaDB
% mysql -h <service>.in2p3.fr -P <port> -u <username> -p <database>
At you first connexion, it is strongly recommended to change the password. The following command can be placed in the different clients:
MariaDB [dbname]> set password = password('<new password>');
Query OK, 0 rows affected (0.00 sec)