I had Ubuntu 10.04 installed.

To install MySQL, I had downloaded:

mysql-5.1.57-linux-i686-glibc23.tar.gz

and

mysql-workbench-gpl-5.2.33b-1ubu1004-i386.deb.

I cannot download from the linux system.

My Question is whether these two files install

MySQL Server and MySQL GUI

on the linux system.

link|improve this question
feedback

migrated from stackoverflow.com May 13 '11 at 15:35

This question came from our site for professional and enthusiast programmers.

1 Answer

If you want to install mysql run sudo apt-get install mysql-server-5.1 its a quick and easiest way

link|improve this answer
feedback

Your Answer

 
or
required, but never shown