47120/finding-the-mysql-my-cnf-location
Is there a MySQL command to locate the my.cnf configuration file?
You could always run find in a terminal.
find / -name my.cnf
Please follow the below command and set ...READ MORE
Hey @Dinesh, this isn't an error, its ...READ MORE
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
I'm trying to enable the official puppet lab ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
I just started working professionally as a ...READ MORE
You can use $(command), which in my ...READ MORE
1. Change the password file directly for ...READ MORE
Use /proc/partitions first. This will list all ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.