If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Need help with installation of MySQL on linux

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-02-04, 20:02
itrap2003 itrap2003 is offline
Registered User
 
Join Date: Jul 2004
Posts: 15
Need help with installation of MySQL on linux

I am trying to install linux on an old linux box which unfortunately doesnot even have a graphical interface.
I downloaded rpm package from the following site
http://dev.mysql.com/downloads/mysql/3.23.html

I installed the rpm package using
rpm -ivh package_name.rpm

At the end of installation, I got a message saying mysql installed. But I have no idea where exactly its installed and how can I start using it.

I am searching on MySQL site for an installation manual but havent got any success ... please help
Reply With Quote
  #2 (permalink)  
Old 07-03-04, 19:16
yellowmarker yellowmarker is offline
Registered User
 
Join Date: Jul 2004
Location: Dundee, Scotland
Posts: 107
I installed MySQL on Linux last year. I found the following article for you via google:

http://www.devshed.com/c/a/MySQL/MyS...Configuration/

the RPM install should:
- copy the MySQL binaries to appropriate locations on your system (usually, binaries go to /usr/bin and /usr/sbin, while databases and tables are stored in /var/lib/mysql)
- add appropriate entries to your system’s startup scripts so that the MySQL server starts up automatically at boot time

note that the MySQL database is running on your Linux system is the "mysqld" process is running. "mysqld" is the MySQL deamon server process. you interact with the MySQL server via the command line using "mysql" or a host of other MySQL commands such as "mysqldump", "mysqlcheck", etc.

hope that helps you a bit,
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On