How can i edit a my.cnf file on my server without using the highly confusing vi commands..?
I use WHM
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use some other text editor. If
viis confusing, maybe you’re lucky enough to havemceditinstalled.You can also copy the file on your machine with
scp, edit it locally with your favorite editor and copy it back. My confusing editor of choice does this kind of thing transparently, as if I was working with a local file.