Insert User in localhost in PostgreSQL [closed] - database

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am creating databases in MySQL and PostgreSQL. When I am going to create a user that only can work in localhost (like MySQL with: create user 'X'#'localhost'), I can't do it. Is there any way to create the equivalent?

look for pg_hba.conf file - you can define user access there
http://www.postgresql.org/docs/9.1/static/auth-pg-hba-conf.html

Related

How to do practice SQL statements online instead of on my computer? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I don't want to install 3-4 databases on my computer. I had seen a website where i could make a database on a website, store it on the website itself and run SQL queries against it. I forgot the name of that site.
Now, I am looking for a website which allows me to do all this. Can you suggest some websites that can do this ?
Thank you.
Practice here... http://www.sql-ex.ru/

Why is my database so large? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Of course you can't answer that question. But I hope someone can point me to a way/tool to analyse which parts of my database are allocating so much space.
So, what tools do you use to check where your SQL-Server databases are using all that expensive disk space?
This is pretty easily googled- here's a script for finding the size of each table: http://www.mitchelsellers.com/blogs/2007/07/27/determing-sql-server-table-size.aspx

How to access wordpress database? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I do have the access for the ftp account for this wordpress website and I need to access to its database.
Where can I find it? It doesn't have a cpanel cause when I try to access www.sampleURL.com/cpanel it shows:
Not Found The requested URL /cpanel was not found on this server.
Is there any other way?
You can use one of phpmyadmin-like tools out there. You can get the login data by editing wp-config.php file from your wp root.
Well, you'd connect with the mysql client typically... you won't find the database with an FTP client.

Send mysql dump to amazon S3 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to do a simple full backup of my mysql database to S3 once or twice a day. So I can execute mysqldump in a cron task. What's the easiest way to send that dump to amazon S3?
Check out this one: http://s3tools.org/s3cmd
If you are on Linux, it is probably included in your distribution.
Depends your OS.
I think use SSH (Winscp/scp) it's a good idea.

Open Source Desktop Sharing [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I 'm looking for Desktop sharing utility that I can use to incorporate inside a small elearning app that I'm building...
Try VNC. It's OS agnostic and it works really well. It's been around for many years now and I haven't been able to crash it.
http://www.realvnc.com/
You can also have look at teamviewer. I guess its opensource and create secured connection on internet.

Resources