Re: Access Denied

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jeff Vian wrote:
On Fri, 2006-06-09 at 13:36 +0100, Simon Andrews wrote:
Kaushal Shriyan wrote:

To create a database from the command line use mysqladmin instead.

mysqladmin -u root -p create kaushal

And this differs from his command line above HOW?????

By a little > at the start of the line :-)

[Reminds self to read better next time, I mixed up his first and second examples]

Looking again at the original post that does seem odd. A few things to check:

1) From the mysql command line can you check that a database with that name doesn't already exist (this should produce a different error though)

2) From the mysql command line as root can you create the database?

3) Run the following query against the mysql database

select Host, User, Create_priv FROM user WHERE User='root';

You should see something like:
+-------------------------+------+-------------+
| Host                    | User | Create_priv |
+-------------------------+------+-------------+
| localhost               | root | Y           |
+-------------------------+------+-------------+

Does your local root user have create privileges?

Hopefully a bit more help this time...

Simon.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux