Linux.com

Author Message
Joined: Oct 05, 2008
Posts: 1
Other Topics
Posted Oct 05, 2008 at 3:18:11 AM
Subject: pls help me out.....

hi...pls any body can help....

i just wanna know "how mysql databse works with linux....like how it operate with linux...what are thed fuctions it do.....i dont wanna the coding or installation steps of mysql on linux but i want the concept like how it works...theoratcally of with the help of diagram....pls any body having any idea...pls help me out...
one more thing of i install mysql on linux operating syatem on server as well as on cliect...how it works differntly on both sides....pls send me reply on "sharmapriyanks75@gamil.com"...thanks a lot....

Back to top Profile Email Website
TheOne
Joined Oct 06, 2008
Posts: 1

Other Topics
Posted: Oct 06, 2008 9:05:12 PM
Subject: pls help me out.....

mysql-server-X.X rpm package responsible for the mysql service (daemon).
initialization script for this server is located at /etc/init.d/mysql.
it is system v service uses Linux socket port etc...
The main configuration file read at the time of its startup is /etc/my.cnf.
there are few dependencies which your machine must fulfill to run the server for e.g. mysql-devel-X.X etc....

the mysql client need mysql-X.X rpm package.

The mysql commands and queries are same as windows.
you can get more info using

# man mysql
# man mysqladmin

# rpm -ql mysql-server
# rpm -ql mysql

refer /usr/share/doc/mysql-server-X.X/my-*.cnf for details description of each option you can use to customize service.

Back to top Profile Email Website
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya