25.05.2016, 10:54
Wrong discussion (again...someone already posted linux os related problem in pawn discussion forum)
Anyway, avoid downloading packages with wget or anything like that unless you need/want to compile them yourself, if you do so keep track so you can uninstall them if you need. Instead use some of package manager (for example apt-get that comes by default).
You installed mysql server but not mysql client (you need it to connect to mysql server)
Anyway, avoid downloading packages with wget or anything like that unless you need/want to compile them yourself, if you do so keep track so you can uninstall them if you need. Instead use some of package manager (for example apt-get that comes by default).
You installed mysql server but not mysql client (you need it to connect to mysql server)
Code:
sudo apt-get update sudo apt-get install mysql-client