View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007750 | Kali Linux | Queued Tool Addition | public | 2022-06-11 15:16 | 2022-06-15 16:56 |
Reporter | ygh.aiming | Assigned To | daniruiz | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Product Version | kali-dev | ||||
Summary | 0007750: can't find two configuration files network and mysq | ||||
Description | Dear Mr/Mrs srroy,No one on the tech forum seems to answer my question.good day .I can't find two configuration files network and mysq. Thanks! | ||||
Attached Files | |||||
/etc/network/interfaces and /etc/resolv.conf network settings files about mysql i think it's /etc/mysql is folder that contains cnf files check them out maybe they are files that you looking for |
|
I cannot connect to the MySQL service using the client tool, why is this? |
|
┌──(root�kali)-[~] ┌──(root�kali)-[/etc/mysql] The MariaDB configuration file# The MariaDB/MySQL tools read configuration files in the following order:0. "/etc/mysql/my.cnf" symlinks to this file, reason why all the rest is read.1. "/etc/mysql/mariadb.cnf" (this file) to set global defaults,2. "/etc/mysql/conf.d/*.cnf" to set global options.3. "/etc/mysql/mariadb.conf.d/*.cnf" to set MariaDB-only options.4. "~/.my.cnf" to set user-specific options.# If the same option is defined multiple times, the last one will apply.# One can use all long options that the program supports.Run program with --help to get a list of available options and with--print-defaults to see which it would actually understand and use.# If you are new to MariaDB, check out https://mariadb.com/kb/en/basic-mariadb-articles/# This group is read both by the client and the serveruse it for options that affect everything# Port or socket location where to connectport = 3366 Import all .cnf files from configuration directory!includedir /etc/mysql/conf.d/ ┌──(root�kali)-[/etc/mysql] The MariaDB configuration file# The MariaDB/MySQL tools read configuration files in the following order:0. "/etc/mysql/my.cnf" symlinks to this file, reason why all the rest is read.1. "/etc/mysql/mariadb.cnf" (this file) to set global defaults,2. "/etc/mysql/conf.d/*.cnf" to set global options.3. "/etc/mysql/mariadb.conf.d/*.cnf" to set MariaDB-only options.4. "~/.my.cnf" to set user-specific options.# If the same option is defined multiple times, the last one will apply.# One can use all long options that the program supports.Run program with --help to get a list of available options and with--print-defaults to see which it would actually understand and use.# If you are new to MariaDB, check out https://mariadb.com/kb/en/basic-mariadb-articles/# This group is read both by the client and the serveruse it for options that affect everything# Port or socket location where to connectport = 3366 Import all .cnf files from configuration directory!includedir /etc/mysql/conf.d/ ┌──(root�kali)-[/etc/mysql] ┌──(root�kali)-[/etc/mysql/conf.d] ┌──(root�kali)-[/etc/mysql/conf.d] ┌──(root�kali)-[/etc/mysql/conf.d] ┌──(root�kali)-[/etc/mysql/conf.d] ┌──(root�kali)-[/etc/mysql/conf.d] ┌──(root�kali)-[/etc/mysql/mariadb.conf.d] ┌──(root�kali)-[/etc/mysql/mariadb.conf.d] ┌──(root�kali)-[/etc/mysql/mariadb.conf.d] |
|
show me your config that you're using to connect to db |
|
I can't configure mysql. mysql should not be configured |
|
I used to add skip-grant-tables in /etc/mysql/my.cnf. It is normal to skip password verification. But I removed skip-grant-tables and typing mysql -uroot -p on the kali system also skips the password. |
|
very curious |
|
i recommend to change port from 3366 to 3306 maybe that's the problem |
|
For security reasons, update prot is 3366 |
|
Sorry but this is not a bug report, we don't provide technical support here |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-06-11 15:16 | ygh.aiming | New Issue | |
2022-06-11 15:39 | Michu | Note Added: 0016252 | |
2022-06-11 16:34 | ygh.aiming | File Added: image.png | |
2022-06-11 16:35 | ygh.aiming | File Added: image-2.png | |
2022-06-11 16:36 | ygh.aiming | File Added: image-3.png | |
2022-06-11 16:37 | ygh.aiming | Note Added: 0016258 | |
2022-06-12 07:10 | ygh.aiming | File Added: image-4.png | |
2022-06-12 07:10 | ygh.aiming | Note Added: 0016263 | |
2022-06-12 17:40 | Michu | Note Added: 0016265 | |
2022-06-13 09:22 | ygh.aiming | File Added: image-5.png | |
2022-06-13 09:22 | ygh.aiming | Note Added: 0016266 | |
2022-06-13 09:22 | ygh.aiming | Note Added: 0016267 | |
2022-06-13 09:23 | ygh.aiming | Note Added: 0016268 | |
2022-06-13 19:00 | Michu | Note Added: 0016270 | |
2022-06-14 02:52 | ygh.aiming | File Added: image-6.png | |
2022-06-14 02:52 | ygh.aiming | Note Added: 0016273 | |
2022-06-15 16:55 | daniruiz | Note Added: 0016286 | |
2022-06-15 16:56 | daniruiz | Assigned To | => daniruiz |
2022-06-15 16:56 | daniruiz | Status | new => closed |
2022-06-15 16:56 | daniruiz | Resolution | open => suspended |