I have installed Wubi and then UBUNTU using this ,
During entering UBUNTU it asks for a user name and password,
The one which i gave in WUBI are not working
Also i have tried to enter into ROOT shell but have not been able to as there is not option to enter ( UBUNTU has not been installed yet )
THe options which i have are
normal
Safe graphics
Demo ACPi (something i am not sure about t
I installed Ubuntu 12.04 on my Windows 7 laptop using wubi. I provided simple username and password while running wubi. But on reboot when Ubuntu asks me username and password, I enter the same details, still it says Invalid Password, Please Try Again eveytime. I actually reinstalled and tried it for 5 times with different but simple usernames and passwords. Still the same result. Please help!
What am I missing? I change the root password on a unix machine, then try to log in with that password. PasswordAuthentication is set to yes in sshd_config and the sshd daemon has been restarted.
While studying "Learning the Shell"
As I try terminal entries, I GET 'Permission Denied". Then
I try "su" to become the root user. When I use the password
that I entered as I installed Ubuntu 11.04, I get Authentication
failure.
Setup a new database on a machine I didn't setup. I can from the local machine issue a;
mysql -u root -p <enter>, submit the password and I'm in.
I read through
http://dev.mysql.com/doc/refman/5.1/...ss-denied.html
and not sure on the issue.
Hello,
Here's my current situation. I have installed Backtrack 5 R1 (which is essentially Ubuntu 10.04 with lots of preloaded packages) onto a 16 GB flash drive, and everything words fine until I change the root password. I have the Gnome 64-bit edition.
The default root/toor combination works, and I'm able to load the desktop using startx.
I want to login as root, but when I enter
sudo -s
and enter password, this message is shown: "you are not in sudoers file", and when I enter
su
and enter password, this is shown: "authentication failure".
My os has one account only. about past1 hours ago I log on as root and do some commands , when I logout , I can't login another time!
This problem is similar to this, except that in this case, it is not working.
I have an Ubuntu server with MySQL.
On the command line, this works
mysqldump -u root -p paydaydebt
(then I have to manually type the password)
On the command line, these do not work:
mysqldump -u root -p{password} paydaydebt
mysqldump -u root --password={password} paydaydebt
Is there any way I can enter the password with -p or --password?