GitHub user furkandogmus edited a comment on the discussion: [ROCKY 9.6 AS
SETUP] Ne bean named DefaultConfigResources available
mysql -u cloud -pcloud
yes, i can. @DaanHoogland
```
mysql -u cloud -pcloud
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7571
Server version: 8.0.41 Source distribution
Copyright (c) 2000, 2025, 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> exıt
-> e
^C
mysql> exit
Bye
```
I can show db's also.
```
[root@cloudstack]# mysql -u cloud -pcloud
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7572
Server version: 8.0.41 Source distribution
Copyright (c) 2000, 2025, 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 databases;
+--------------------+
| Database |
+--------------------+
| cloud |
| cloud_usage |
| information_schema |
| performance_schema |
+--------------------+
4 rows in set (0.00 sec)
```
GitHub link:
https://github.com/apache/cloudstack/discussions/11347#discussioncomment-13934013
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]