$ mysql --protocol=tcp --user=elasticdt -p --host=localhost elasticdt
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 16
Server version: 9.0.1 MySQL Community Server - GPL
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
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> show tables;
Empty set (0.00 sec)
mysql> show grants;
+----------------------------------------------------------+
| Grants for elasticdt@% |
+----------------------------------------------------------+
| GRANT USAGE ON *.* TO `elasticdt`@`%` |
| GRANT ALL PRIVILEGES ON `elasticdt`.* TO `elasticdt`@`%` |
+----------------------------------------------------------+
2 rows in set (0.00 sec)
MySQL
In another terminal:
Neo4j web portal:
Use
web.neo4j.localhost
Login with:bolt://neo4j.localhost:80
neo4j
password