Top "Ubuntu-server" questions

Ubuntu Server is a flavour of the Ubuntu operating system.

Default password of mysql in ubuntu server 16.04

I have installed ubuntu 16.04 server. Mysql server was installed by default in it. When I am trying to access the …

mysql ubuntu passwords ubuntu-16.04 ubuntu-server
Ubuntu 18.04 Server - how to check DNS IP server setting being used

Working with Ubuntu 18.04 Server LTS. I am trying to find a way to check the DNS IP(s) that is …

ubuntu-server
NGINX: connect() to unix:/var/run/php7.2-fpm.sock failed (2: No such file or directory)

I've just recently moved my websites from apache2 to Nginx as my new web server backend. got to love problems …

php sockets nginx ubuntu-server
How do I add a remote Git repository to an Ubuntu Server?

I have created a Git repository on my Desktop machine (Windows 7) with: git init git add <all my files&…

git ssh repository git-remote ubuntu-server
SVN permission denied - txn-current-lock

I have just set up svn on my ubuntu server. I have a my user I can login to. The …

svn ubuntu ubuntu-server
How to install bcmath in Ubuntu for PHP 7.1

I'm using an Ubuntu 16 server for testing with php7.1. One of my app uses bcadd function. I know that I …

php ubuntu-16.04 ubuntu-server php-7.1 bcmath
Node.js websocket error "Error: listen EADDRNOTAVAIL Error: listen EADDRNOTAVAIL"

Application work fine on localhost .but when its connect to server it getting error. I connect server through port 22 This …

javascript node.js websocket ubuntu-server total.js
How do I update MySQL 5.7 to the new MySQL 8.0?

How do I update to MySQL 8.0 from the default version (5.7)? It's important for me for it to make an update …

mysql ubuntu ubuntu-server mysqlupgrade
How to listen to a TCP port using PHP?

I have a GPS Tracker that connects and send data to a defined public server:port through GPRS connection. I …

php networking tcp gps ubuntu-server
error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near

I ran this command : CREATE DATABASE wordpress; And I got Query OK, 1 row affected (0.00 sec) I ran the second command : …

php mysql apache ubuntu-server