Dear Pedro, You seem to have logged into mysql correctly here ...I assume you gave it a password (WITH PASSWORD) and you got in - because thats when you get the Welcome message......
----------------------------------------------------------------------------- pedro@pedro-home ~ $ mysql -u root -p Enter password: (WITH PASSWORD) Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 15 Server version: 5.7.18-0ubuntu0.16.04.1 (Ubuntu) Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> ------------------------------------------------------------------------------------------------------ When you see the mysql> prompt. That Is where you type show databases and press enter. It should return all the database that exist on your server. Are you getting in with a password or am I confused about your output.... Todd
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
