Tag Archives: Ubuntu 12.04

upgrade mysql workbench latest version on ubuntu

on
upgrade mysql workbench

Upgrade MySQL workbench on Ubuntu 12.04 was hard job to me because of conflicting with older version of MySQL workbench. I installed MySQL workbench 5.2.38 previously using “sudo apt-get install mysql-workbench” this command. But this version has many hanging and crashing issues with Ubuntu 12.04. So I decide to update the latest version of MySQL […]

Read more..

Install symfony yaml export plugin MySQL workbench Ubuntu 12.04

on
Install symfony yaml export plugin mysql workbench ubuntu

We are going to see, How to install yaml export plugin in MySQL workbench for Symfony project. Symfony generates database and tables from schema.yml file using Doctrain or propel. Creating yml schema by hand is little pain. Mysql workbench is offers a tool to design, develop, administrate MySQL database. MySQL Workbench providing many plugins to add features to the software. SymfonyYamlMyqlWorkbenchPlugin is […]

Read more..

phpmyadmin 404 page ubuntu lamp server

on

After install lamp server in Ubuntu 12.04, I got phpMyAdmin 404 page. I spend few hours to resolve the issue.I would like to share the solution with you. Installing lamp server on Ubuntu 12.04. First install tasksel, if it’s not already installed in your system. sudo apt-get install tasksel Then, by executing below command on your terminal. lamp-server will be […]

Read more..