RE: [LIP] how to start SQL on Linux?

"Uday K Verma" <udayv-sA5OA4KG+12fsxuIvKNZIgC/[email protected]>
Newsgroups gmane.user-groups.linux.india.programmers
Message-ID <[email protected]>
Well,

It might depend on the distro you are using. On redhat it is all about
starting the mysql server (service).

# service mysql start

Or

# /etc/init.d/mysql start

You would then want to check that it indeed came up.

# service mysql status

Once set, you can log onto the server using

$ mysql -u root

root account should be there if you didn't mess up your installation, and it
doesn't have a password (you might want to set it to something though). You
would then get the mysql prompt ">"

Get the docs and start rolling.

Uday K Verma 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.