Top "Database-server" questions

How to restart remote MySQL server running on Ubuntu linux?

I'm using Ubuntu 12.04 LTS on my machine. There is on MySQL server situated remotely. I want to restart it. Can …

mysql linux ubuntu restart database-server
PostgreSQL: Could not connect to server: TCP/IP connections on port 5432

I have an error with PostgreSQL: SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host "…

postgresql database-connection database-server
PostgreSQL: could not connect to server - Connection refused error

I've failed to set up postgreSQL to work with my Ruby-on-Rails project for the past week. I've tried to uninstall …

database postgresql database-connection database-server
Installing MariaDB with MySQL on Mac

I am trying to install MariaDB on my Mac using brew. However, I am struggling to get this installed due …

mysql macos mariadb database-server
how to connect to mysql on host on another computer on network

For $conn = mysql_connect("192.168.0.235", "root", "") or die("Could not connect: " . mysql_error()); mysql_select_db("crossdomaintest"); $result = mysql_query("SELECT * …

php mysql database-server