Recently i have installed Ubuntu and trying to move all my work and tools ( some replacements ) in Ubuntu. The first thing i was troubled by was to install LAMP. After searching and reading some of the blogs it helped me to solve the problem. Here is the collection of commands that helped out:
sudo aptitude purge apache2 apache2-common php5 php5-common libapache2-mod-php5 mysql-server sudo aptitude install apache2 apache2-common php5 php5-common libapache2-mod-php5 mysql-server sudo aptitude install phpmyadmin
Here are the 2 blog posts which helped me : by wulfshayde and from here
Hopefully this will help others …
HumaN said
Thanks for the head start.
please change the last command to:
sudo aptitude install phpmyadmin
else it says:
This aptitude does not have Super Cow Powers.
Chao..
tohin said
areekato..
tohin said
This one looks useful for ubuntu 9.04
http://www.maverickconceptions.com/2009/04/26/a-designersdevelopment-environment/
kmil0 said
Maybe mysql-gui-tools can help you,
try this
sudo aptitude install mysql-admin
mysql-workbench is now available for Linux
http://dev.mysql.com/workbench/
nice blog!
tohin said
I have checked mysql workbench ( but dbdesigner seems full of better features and free ) . I am using dbdesigner for a long time.