Help with installing mysql
#1

Hi how can I install mysql on linux debian 7?
Reply
#2

https://www.linode.com/docs/database...l-on-debian-7/

There are lost of lessons. Just use internet lad.
Reply
#3

Code:
sudo apt-get install mysql-server
you probably want to research it a bit more. I suggest mariadb over mysql personally.
Reply
#4

Infinity already mentioned it but
PHP Code:
sudo apt-get install mysql-server 
should do the work

This helps maybe? https://www.linode.com/docs/database...l-on-debian-7/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)