Top "Createuser" questions

set blank password for PostgreSQL user

I use postgresql command 'createuser myusername'. It prompts me for password always. If I leave password blank it gives an …

postgresql createuser
ORA-00988: missing or invalid password(s)

I'm trying to change an oracle password: alter user FOO identified by 'BAR'; and I'm getting the following back: Error …

oracle passwords createuser
Restrict user privileges to one particular database only

PostgreSQL Version 9.1, i am logging into database with default user: "postgres" and my database contains default role "public" list of …

sql postgresql privileges createuser
Creating an Oracle User if it doesn't already exist

I am trying to create a script that will create users if they do not already exist. CREATE USER "Kyle" …

oracle oracle11g createuser
MongoDB - Not Authorized to Execute Command

I have successfully enabled authorization on MongoDB and I have created an account on the admin database and then I …

mongodb shell authentication roles createuser
Django Unknown field(s) (username) specified for PoUser

I got this error because i create a custom usermodel, and When i got all setup, which i look into …

django model admin createuser
How to fix ERROR 1726 (HY000): Storage engine 'MyISAM' does not support system tables. in Mysql 8.0 after CREATE USER

I have an installation of Debian Stretch and a new installation of Mysql 8.0 (no changes in configuration yet). When I …

mysql-8.0 createuser
Using ASP .NET Membership and Profile with MVC, how can I create a user and set it to HttpContext.Current.User?

I implemented a custom Profile object in code as described by Joel here: How to assign Profile values? I can't …

asp.net-mvc profile membership createuser
firebase createUserWithEmailAndPassword is not working in android

I'm trying to use the createUserWithEmailAndPassword method to create users but not able to do so. The OnAuthenticate method is …

android firebase createuser
createuser could not connect to database postgres

Please don't move this question to askubuntu as I think this question is not OS-specific. When I invoke the createuser …

database postgresql configuration createuser