dann12
Aug 18 2011, 06:33 PM
My professor told me to use ubuntu and then he told me to install it through terminal.
And now I'm not able to understand how do I do it ?
One more thing, I'm behind proxy

That is making my life more confusing...
ssfdre38
Aug 18 2011, 07:03 PM
sudo apt-get install mysql-server phpmyadmin
Thoes 2 will help and make sure you type it how i have it so you can get mysql-server and a database administrator with web services
dann12
Aug 24 2011, 05:42 PM
phpmyadmin ?
Will it install php also ?
ssfdre38
Aug 25 2011, 01:53 AM
yes and apache2 as well
dann12
Aug 29 2011, 03:58 PM
okay.. Is it possible to install only mysql but not php ?
ssfdre38
Aug 29 2011, 04:34 PM
sudo apt-get install mysql-server
shan2
Sep 18 2011, 03:36 PM
Currently my system is running on to the ubuntu 10.10 operating system. And it is really working good for me. But in this the thing is here that I cannot install the MySQL Workbench on my OS. Well I really do not acquainted with the reason behind it is and why it is not allowing me to do the installation. At whatever time I am trying to do the installation the procedure starts but then the system freezes in middle and only alternative remains in front of me is to start the procedure to reboot the system. Please help me out in this case.
ssfdre38
Sep 18 2011, 04:15 PM
go to
http://dev.mysql.com/downloads/workbench/5.2.html#downloads and look for Ubuntu linux and download the x86 32bit .deb file but make sure you have administrator access first
shanmarsh
Sep 20 2011, 08:11 AM
hi all it's my first time to deal with Linux. everybody told me Ubuntu is the easiest to start with. but now I need to install MySQL 5. I got confused.
ssfdre38
Sep 20 2011, 08:26 AM
read what i said to do
vikramrandhawa
Sep 21 2011, 05:46 AM
Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult.
Open a terminal window, and use the following command:
sudo apt-get install mysql-server
If you are running PHP you will also need to install the php module for mysql 5:
sudo apt-get install php5-mysql
To create a new database, use the mysqladmin command:
mysqladmin create <databasename>
timpane
Sep 29 2011, 04:55 PM
At anything time I am seeking to manage the setting up the method begins but then the scheme freezes in middle and only alternate continues in front of me is to start the method to reboot the system. Please assist me out in this case.
ssfdre38
Sep 29 2011, 07:10 PM
use the package manager to do it and look for MySQL Server
martinnman
Oct 18 2011, 04:41 AM
Start your MySQL server by using the command:
/etc/rc.d/init.d/mysql start
You can stop it through this command:
/etc/rc.d/init.d/mysql stop
Surprisingly enough, a Google search for “mysql start” returned this in the first couple of results.
ssfdre38
Oct 18 2011, 06:25 AM
ok on ubuntu HTTPd (apache2) and MySQL start when your computer starts up so you dont need to start it up and /etc/rc.d/mysqld start is NOT the way to start it up its service mysql start now
dann12
Oct 25 2011, 02:42 PM
Thanks everyone.. I've finally installed it on my ubuntu

Now I see that there are newer version coming up, how do I update my old version without uninstalling it ?
ssfdre38
Oct 25 2011, 06:19 PM
just do do-upgrade-release or do-release-upgrade
dann12
Oct 28 2011, 04:48 PM
I needn't specify anything else ?
I mean I just want to update mysql not all the applications. So, do I need to type something else ?
ssfdre38
Oct 28 2011, 04:56 PM
well with ubuntu to upgrade it from the distro is that way or you can do a source build but that will take longer
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.