Ledgemonkey
Ledgemonkey

Reputation: 7481

Can i edit a my.cnf file on my server without using vi

How can i edit a my.cnf file on my server without using the highly confusing vi commands..?

I use WHM

Thanks

Upvotes: 0

Views: 858

Answers (1)

Anton Kovalenko
Anton Kovalenko

Reputation: 21507

You can use some other text editor. If vi is confusing, maybe you're lucky enough to have mcedit installed.

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.

Upvotes: 1

Related Questions