Skip to content

Instantly share code, notes, and snippets.

View dhavalv's full-sized avatar

Dhaval Tailored dhavalv

  • Tailored Solution Pvt Ltd
  • Ahmedabad
View GitHub Profile
@dhavalv
dhavalv / PhpMyadminConfiguration.md
Last active May 5, 2016 05:18
Configure PhpMyadmin with username and password into xampp [Ubuntu 12.04]

PHP Configuration mysql username and password

Where you want to change your configuration?

  • Go to /opt/lampp/phpmyadmin
  • find config.inc.php from /opt/lampp/phpmyadmin
  • Find code from config.inc.php
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
@dhavalv
dhavalv / Xampp_5_6_20_configuration.md
Last active May 5, 2016 05:31
Installation of xammp on linux in Ubuntu v12.04

Installation of xammp on linux in Ubuntu v12.04

  • Download [xampp](Download xampp from https://www.apachefriends.org/download.html) or from terminal wget https://www.apachefriends.org/xampp-files/5.6.20/xampp-osx-5.6.20-0-installer.dmg

  • Make download file to executable mode. give mode of executable

    sudo chmod +x /home/user/Downloads/xampp-osx-5.6.20-0-installer.dmg

  • Run below command for xampp execute file