Search
 
SCRIPT & CODE EXAMPLE
 

SQL

job for postgresql.service failed because the control process exited with error code. see "systemctl status postgresql.service" and "journalctl -xe" for details.

ps- ef | grep postgres 
// And get the postgres process id and kill all postgres processes.

// Remove the 9.3 data directory using

rm -rf /var/lib/pgsql/9.3
// Go to /usr/pgsql-9.2/bin and run the initdb using below command

./postgresql92-setup initdb
// After that start the postgresql-9.2 service using

// systemctl start postgresql-9.2.service
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql size of table 
Sql :: how to add unique key constraint in mysql 
Sql :: Select last row from SQL Table 
Sql :: postgres list all stored procedures query 
Sql :: how to check xampp mysql password 
Sql :: create database hive 
Sql :: mysql update table from another table 
Sql :: sql query to search for a string in all columns 
Sql :: docker open terminal mysql server 
Sql :: sql count having 
Sql :: postgresql today - 1 year 
Sql :: shrink database file in sql server 
Sql :: how to delete a record from sqlite in android 
Sql :: psql while loop 
Sql :: sql concat string with column value 
Sql :: sql offset 
Sql :: sql DATE = GETDATE() 
Sql :: postgresql cast 
Sql :: show constraints mysql 
Sql :: SQL Remove Index From Tables 
Sql :: create or replace table sql 
Sql :: mysql set password for user 
Sql :: identify number of rows in sql 
Sql :: t-sql merge example 
Sql :: datediff in sql server 
Sql :: run sql file in terminal 
Sql :: compare date mysql 
Sql :: mysql remove html tag 
Sql :: SQL Auto Increment Primary Key - PostgreSQL 
Sql :: import all databases mysql 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =