~]# pacman -Sy mysql
:: There are 2 providers available for mysql:
:: Repository extra
1) mariadb
:: Repository community
2) percona-server
Los repositorios han sido ahora integrados por default con MariaDB, y le han dicho hasta luego a MySQL. Por lo que seleccionamos la opcion de mariadb, o simplemente dejamos continuar la instalacion:
Enter a number (default=1):
Packages (3): libmariadbclient-5.5.32-1 mariadb-clients-5.5.32-1
mariadb-5.5.32-1
:: Proceed with installation? [Y/n] y
~]$ mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 4
Server version: 5.5.32-MariaDB-log Source distribution
Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
Pero necesitariamos añadir una restricción a la autenticacion del Monitor, por lo que nos hace falta a éste Usuario y su Passwd respectivamente, asunto que abordamos en el siguiente post.
0 comments:
Post a Comment