[Bug 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2012-03-28 Thread Peter Giles
Clint, is there a way to fix this for those of us in this unpleasant
situation?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/542543

Title:
  Access denied for user 'root'@'localhost' to database SOMEDB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/542543/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2012-03-28 Thread Peter Giles
I got it fixed, thanks to post #4 on this thread:
http://ubuntuforums.org/showthread.php?t=1836919

Start your mysql client as shown below:

mysql -u debian-sys-maint -p

In another terminal, 'cat' the file /etc/mysql/debian.cnf (you'll have
to 'sudo cat' it). That file contains a password; paste that password in
the first terminal when prompted for it.  Then execute the following
commands at the 'mysql' prompt:

grant all privileges on *.* to 'root'@'localhost' identified by 't1g3r' 
with grant option;
flush privileges;

That did it for me!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/542543

Title:
  Access denied for user 'root'@'localhost' to database SOMEDB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/542543/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2012-03-28 Thread Peter Giles
I put a password in that last comment like a complete idiot.  Well, I've
changed it, and if you try to follow along you'll want to substitute
't1g3r' in the above grant command to whatever you want your root mysql
password to be.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/542543

Title:
  Access denied for user 'root'@'localhost' to database SOMEDB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/542543/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2012-03-28 Thread Peter Giles
Clint, is there a way to fix this for those of us in this unpleasant
situation?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/542543

Title:
  Access denied for user 'root'@'localhost' to database SOMEDB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/542543/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2012-03-28 Thread Peter Giles
I got it fixed, thanks to post #4 on this thread:
http://ubuntuforums.org/showthread.php?t=1836919

Start your mysql client as shown below:

mysql -u debian-sys-maint -p

In another terminal, 'cat' the file /etc/mysql/debian.cnf (you'll have
to 'sudo cat' it). That file contains a password; paste that password in
the first terminal when prompted for it.  Then execute the following
commands at the 'mysql' prompt:

grant all privileges on *.* to 'root'@'localhost' identified by 't1g3r' 
with grant option;
flush privileges;

That did it for me!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/542543

Title:
  Access denied for user 'root'@'localhost' to database SOMEDB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/542543/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 542543] Re: Access denied for user 'root'@'localhost' to database SOMEDB

2012-03-28 Thread Peter Giles
I put a password in that last comment like a complete idiot.  Well, I've
changed it, and if you try to follow along you'll want to substitute
't1g3r' in the above grant command to whatever you want your root mysql
password to be.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/542543

Title:
  Access denied for user 'root'@'localhost' to database SOMEDB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/542543/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 776999] Re: [Lenovo W520] laptop freezes on ACPI-related actions

2012-01-23 Thread Peter Giles
I would strongly encourage people struggling with these issues on 64
bit Ubuntu to go with 32 bit Ubuntu instead.  It will automatically use
the PAE kernel so that you can take advantage of all your ram, and
everything will be rock solid (or much closer to it) -- hugely, vastly
better.  That was certainly my experience.  I lost so much productivity
struggling with the 64 bit version that I hate to even think about it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776999

Title:
  [Lenovo W520] laptop freezes on ACPI-related actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/776999/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 776999] Re: [Lenovo W520] laptop freezes on ACPI-related actions

2011-06-20 Thread Peter Giles
Adding my data point to what orGSD added to the conversation, I have 12
GB of ram, so maybe there is some threshold, say over 8 (wild guess)
where these issues manifest?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776999

Title:
  [Lenovo W520] laptop freezes on ACPI-related actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/776999/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 776999] Re: [Lenovo W520] laptop freezes on ACPI-related actions

2011-06-13 Thread Peter Giles
Following up, the gnome power settings workaround helped slightly, but I
still got lots of crashes and unsuspend failures.  I did end up going w/
32 bit Ubuntu 11.04 + nVidia binary driver and things are working quite
smoothly now, albeit with 1/2 the bits :-P

Changing the brightness works great after I add

Option RegistryDwords EnableBrightnessControl=1

under the Device section of my xorg.conf.

So who knows why this works fine in 32 bit-ville but not 64?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776999

Title:
  [Lenovo W520] laptop freezes on ACPI-related actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/776999/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 748994] Re: suspend hibernation not working on dell 1749

2011-06-09 Thread Peter Giles
Switched to 32 bit last night and things are indeed working much better
for me.  Suspend / unsuspend is working like a champ.  Again, I've got a
Thinkpad W520 (w/ nVidia binary driver), not a Dell.  YMMV.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/748994

Title:
  suspend hibernation not working on dell 1749

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/748994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 748994] Re: suspend hibernation not working on dell 1749

2011-06-08 Thread Peter Giles
Similar problem on Thinkpad W520.  Didn't seem to happen w/ 32 bit
Ubuntu 11.04 for me, but does w/ 64 bit.  I am also using the nVidia
binary driver (I'm currently using 270.41.19, the .deb from the
ubuntu-x-swat ppa).  Haven't tried kernel 2.6.39-0 yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/748994

Title:
  suspend hibernation not working on dell 1749

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 748994] Re: suspend hibernation not working on dell 1749

2011-06-08 Thread Peter Giles
That has been my experience, but I've spent a lot more time with the 64
bit version so take that how you will.  I may switch to 32 bit for a
while while these issues get hashed out, if so I'll report back.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/748994

Title:
  suspend hibernation not working on dell 1749

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 776999] Re: [Lenovo W520] laptop freezes on ACPI-related actions

2011-06-07 Thread Peter Giles
I'm stuck with this issue too.  I noticed through experimentation that
this doesn't happen with 32 bit 11.04.  Maybe that will be a clue for
somebody?  I was on the verge of moving to the 32 bit version when I
discovered this launchpad bug and the workaround.  Whew!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776999

Title:
  [Lenovo W520] laptop freezes on ACPI-related actions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs