I'm a Linux newbie. I want to install mysql-5.5.15-linux2.6-x86_64.tar.gz on a Debian box offline without using the apt command. How can I do this?
|
feedback
|
migrated from stackoverflow.com Aug 29 '11 at 16:34
This question came from our site for professional and enthusiast programmers.
|
As far as I know, you can install from source by
This is the general way. If you perform a Google search, you'll get a more appropriate answer. | ||||
feedback
|
cat /etc/debian_version)? Is your system really 64-bit (post output ofuname -a)? Do you just want an offline-install of MySQL or is there a reason you want to use a.tar.gz? – Philipp Reichart Aug 29 '11 at 8:31