how to setup mysql for linux
Page 1 of 1
how to setup mysql for linux
these two commands are seperate.
to install these type in console
Now for phpmyadmin
to install these type in console
- Code:
sudo apt-get autoremove
- Code:
sudo apt-get install -y php5-common php5 libapache2-mod-php5
- Code:
sudo apt-get install -y mysql-server mysql-client
Now for phpmyadmin
- Code:
sudo apt-get install -y phpmyadmin
Last edited by jamied_uk on 25th April 2016, 11:30; edited 5 times in total
Re: how to setup mysql for linux
*EOC = End Of Code Do Not Include In Config Files
~~~~~~~~~~~~~~~~~~~
To make sure phpmyadmin works
PhpMyAdmin Installation
PhpMyAdmin is a nice web based database management and administration software and easy to install and configure under apache. Managing databases with tables couldnt be much simpler by using phpmyadmin.
All you need to do is:
apt-get install phpmyadmin
The phpmyadmin configuration file is located at: /etc/phpmyadmin folder.
To setup under apache all you need to do is include the following line in /etc/apache2/apache2.conf
Include /etc/phpmyadmin/apache.conf
*EOC
to restart after changing options use this command
sudo /etc/init.d/apache2 restart
to login to phpmyadmin use following link
http://localhost/phpmyadmin/
~~~~~~~~~~~~~~~~~~~
To make sure phpmyadmin works
PhpMyAdmin Installation
PhpMyAdmin is a nice web based database management and administration software and easy to install and configure under apache. Managing databases with tables couldnt be much simpler by using phpmyadmin.
All you need to do is:
apt-get install phpmyadmin
The phpmyadmin configuration file is located at: /etc/phpmyadmin folder.
To setup under apache all you need to do is include the following line in /etc/apache2/apache2.conf
Include /etc/phpmyadmin/apache.conf
*EOC
to restart after changing options use this command
sudo /etc/init.d/apache2 restart
to login to phpmyadmin use following link
http://localhost/phpmyadmin/
Similar topics
» setup apache2 and mysql server on linux
» setup config for linux
» Mytop For Linux Mysql Server Monitoring
» How To Fix Mysql Server Connect Error On Linux Mint
» linux database mysql workbench installation command
» setup config for linux
» Mytop For Linux Mysql Server Monitoring
» How To Fix Mysql Server Connect Error On Linux Mint
» linux database mysql workbench installation command
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum