Search
Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPSServices
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC SrervicesIRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka CharybdisTCL SCRIPT
TCL SCRIPT FOR EGGDROP
Allprotection4.7 AntiproxyBots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink HopmLatest topics
Guide install postgresql on ubuntu
BMT IRC Network :: BMT :: BMT
Page 1 of 1
Guide install postgresql on ubuntu
Guide install postgresql on ubuntu
ok before i start with my guide i go to explain how we can install postgresql on ubuntu and create name database and create TABLE
i epxlain slow slow and step by step.........
step1
we need inside to Terminal and write like this
this the commands you need to install
after you install postgresql in your system then now you need also create database and you need doing like this
if you see you have two commands and it this
like you see this commands for Create New database
step3
you can also create TABLE nember if you dont know how this working then its look like this
this mean you can copy this and put your name psql
you can CREATE in you psql Separate Roles you can see in here all options what you have
the commands for create you can write like this
step5
if you want create password you need make like this
mircx123@gmail.com
Good luck
Guide By MIRCX
The community old
ok before i start with my guide i go to explain how we can install postgresql on ubuntu and create name database and create TABLE
i epxlain slow slow and step by step.........
step1
we need inside to Terminal and write like this
this the commands you need to install
- Code:
sudo apt-get install postgresql postgresql-client postgresql-common
after you install postgresql in your system then now you need also create database and you need doing like this
if you see you have two commands and it this
- Code:
sudo su postgres
psql
like you see this commands for Create New database
- Code:
CREATE DATABASE mircx;
step3
you can also create TABLE nember if you dont know how this working then its look like this
this mean you can copy this and put your name psql
- Code:
psql mircx
CREATE TABLE member (
name varchar(80),
last varchar(80),
birthdate date
);
you can CREATE in you psql Separate Roles you can see in here all options what you have
the commands for create you can write like this
- Code:
CREATE ROLE login_mircx WITH login;
\du
step5
if you want create password you need make like this
- Code:
sudo -u postgres psql mircx
\password postgres
- Code:
dropdb mircx
mircx123@gmail.com
Good luck
Guide By MIRCX
The community old
Chief- Admin
- מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network
Similar topics
» guide install Drupal ubuntu
» Guide install Webmin on ubuntu
» Guide install ircd-seven in ubuntu
» Guide install PHP-Nuke on ubuntu 10.04 LTS
» Guide install qwebirc on ubuntu
» Guide install Webmin on ubuntu
» Guide install ircd-seven in ubuntu
» Guide install PHP-Nuke on ubuntu 10.04 LTS
» Guide install qwebirc on ubuntu
BMT IRC Network :: BMT :: BMT
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Sat Aug 05, 2023 2:09 am by Chief
» mIRCx IRC Network Config
Sat Jul 15, 2023 9:51 pm by Chief
» ircu2.10.12-pk with dnsbl
Fri Mar 10, 2023 2:22 pm by Admin
» Guide install PyLink on New version FreeBSD
Thu Dec 15, 2022 9:39 pm by Chief
» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Mon Dec 05, 2022 5:44 am by Chief
» install Nefarious2 && X3 IRC Services in FreeBsd
Sat Nov 12, 2022 3:12 pm by Chief
» help problem with adduser in Freebsd 12
Fri Nov 11, 2022 9:06 pm by Chief
» מדריך פקודות והתקנה בסרביס X3
Fri Oct 28, 2022 1:43 pm by Chief
» מדריך הגדרות WebIRC in Nefarious2
Thu Apr 07, 2022 4:45 am by Chief