privileges

Lost MySQL Admin Password

by Vivek Gite on March 17, 2009 · 2 comments

I lost mysql admin (root user) password. How do I reset a lost MySQL admin (root) password under UNIX or Linux or BSD operating systems?

{ 2 comments }

OpenBSD Set Date and Time

by Vivek Gite on April 3, 2008 · 0 comments

Q. How do I set new date and time under OpenBSD UNIX server?

{ 0 comments }

Q. How do I create a user account called tom and grant permission for database called jerry? A. You need to use following commands. => adduser – UNIX/Linux adduser command to add a user to /etc/passwd file => psql => It is a terminal-based front-end to PostgreSQL. => CREATE USER – Adds a new user [...]

{ 26 comments }