- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Need to Install mySQL on Sarge
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 03:52 AM
тАО02-21-2007 03:52 AM
Need step-by-step instructions, please.
Don't assume I know anything about linux, which is quite close to the truth.
TIA - J.
nat-12-157:/home/jbollyn/Desktop/mysql-standard-5.0.27-linux-i686# ls -la
total 100
drwxr-xr-x 14 503 users 4096 2006-10-21 03:23 .
drwxr-xr-x 3 jbollyn jbollyn 4096 2007-02-21 03:10 ..
drwxr-xr-x 2 503 users 4096 2006-10-21 03:23 bin
-rwxr-xr-x 1 503 users 801 2006-10-21 03:23 configure
-rw-r--r-- 1 503 users 19071 2006-10-20 19:22 COPYING
drwxr-x--- 4 503 users 4096 2006-10-21 03:23 data
drwxr-xr-x 2 503 users 4096 2006-10-21 03:23 docs
-rw-r--r-- 1 503 users 5806 2006-10-21 03:18 EXCEPTIONS-CLIENT
drwxr-xr-x 2 503 users 4096 2006-10-21 03:23 include
-rw-r--r-- 1 503 users 7752 2006-10-21 03:18 INSTALL-BINARY
drwxr-xr-x 2 503 users 4096 2006-10-21 03:23 lib
drwxr-xr-x 4 503 users 4096 2006-10-21 03:23 man
drwxr-xr-x 7 503 users 4096 2006-10-21 03:23 mysql-test
-rw-r--r-- 1 503 users 1380 2006-10-20 19:22 README
drwxr-xr-x 2 503 users 4096 2006-10-21 03:23 scripts
drwxr-xr-x 3 503 users 4096 2006-10-21 03:23 share
drwxr-xr-x 5 503 users 4096 2006-10-21 03:23 sql-bench
drwxr-xr-x 2 503 users 4096 2006-10-21 03:23 support-files
drwxr-xr-x 2 503 users 4096 2006-10-21 03:23 tests
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 05:32 AM
тАО02-21-2007 05:32 AM
Re: Need to Install mySQL on Sarge
First step.
man apt-get
Its a great tool but I don't know how to use it either.
Here are some docs to help.
man page
http://www.die.net/doc/linux/man/man8/apt-get.8.html
http://people.debian.org/~csmall/ipv6/setup.html
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 05:57 AM
тАО02-21-2007 05:57 AM
Re: Need to Install mySQL on Sarge
apt-get install XXXXXX
...but I don't know what XXXXXX should be.
Or perhaps I don't use apt-get at all. Or I need to tweak it before I run it.
(In windows, I am accustomed to just going to the root folder of the source files, and running setup.exe from a command prompt.)
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 07:29 AM
тАО02-21-2007 07:29 AM
Re: Need to Install mySQL on Sarge
Is it because so few forum regulars are running Debian?
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 10:02 AM
тАО02-21-2007 10:02 AM
SolutionYou'd use apt-get if you wanted the Debian-supplied MySQL packages. I don't think they have 5.0 in Sarge, only 3 and 4. If you want to go that route instead you should head over to http://packages.debian.org/ and search on mysql to find the exact package name, it's mysql-server or something similar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 11:02 AM
тАО02-21-2007 11:02 AM
Re: Need to Install mySQL on Sarge
If you reply, my points assignment at that time will give you your Pro's cap. It was a cheap thrill when I got mine.
Between your reply and SEPs, I should be able to have this thing working tomorrow.
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 11:34 PM
тАО02-21-2007 11:34 PM
Re: Need to Install mySQL on Sarge
Short:
1. apt-get update
2. apt-get install mysql-server-4.1
Short 2:
1. add this line to /etc/apt/sources.list :
deb http://backports.org/debian sarge-backports main contrib non-free
2. apt-get update
3. apt-get install -t sarge-backports mysql-server-5.0
Long:
What you appear to be doing is compiling MySQL from source-code. This is *not* needed.
Debian.org (a group of 1500 volunteers around the globe) has done this job for you. The compiled source-code is put in a file called 'a package'.
The package ends with the extention .deb.
All precompiled packages are available on the internet. The way to get them is through the programme 'apt-get'.
This will fetch the list of packages available on the internet:
apt-get update
This will install a package:
apt-get install vim
This will remove a package:
apt-get remove emacs
This will search for a package:
apt-cache search text editor
For any questions about debian, you'd do well to join the mailinglists (lists.debian.org), or forum.debian.net.
Oh, and welcome to the Debian Community!
Kindest regards
Maarten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2007 04:03 AM
тАО02-22-2007 04:03 AM
Re: Need to Install mySQL on Sarge
As mentioned, you do the apt-get install xxxx
If you go to the following site, you will see a list of different packages.
http://www.debian.org/distrib/packages
Once I see what package I need, I run the apt-get install xxxx.
Nice thing about the apt-get is that it will install the dependencies as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2007 11:16 AM
тАО02-22-2007 11:16 AM
Re: Need to Install mySQL on Sarge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2007 11:17 AM
тАО02-22-2007 11:17 AM