|
#1
|
|||
|
|||
|
I'm trying to port a MySQL database over from the original host and I'm having problems. Mainly, it seems I can't do a CREATE ALGORITHM query on account of not having SUPER privileges, and I can't find any way to give that privilege in PHPMyAdmin. Is this something I don't have access to as a HostGator client, or am I just missing something key?
|
|
#2
|
||||
|
||||
|
Quote:
|
|
#3
|
|||
|
|||
|
Really? Because when I'm in PHPMAdmin, I try the following query:
GRANT ALL PRIVILEGES ON <database>. * TO '<user>'@'localhost' IDENTIFIED BY '<pwd>' And I get this error: MySQL said: Documentation #1044 - Access denied for user '<user>'@'localhost' to database '<database>' |
|
#4
|
||||
|
||||
|
I'm not sure that you can grant privileges in phpMyAdmin. You can in cPanel, so do it there.
|
|
#5
|
|||
|
|||
|
The other problem queries (CREATE VIEW and CREATE ALGORITHM) also seem not to work in MyAdmin, and I don't have any other way to run them.
|
|
#6
|
||||
|
||||
|
It is a mySQL 5 server or mySQL 4?
|
|
#7
|
|||
|
|||
|
5.0.45-community
|
|
#8
|
|||
|
|||
|
Hm. Looks like putting it in a script and running it there actually allowed me to create the view; so it was just PHPMyAdmin screwing up. Thanks!
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| User to User support forums | VideoFlames | Suggestions | 19 | 08-27-2005 02:04 PM |
| Can I use MySQL-Front to access my MySQL DB? | rprins | Pre-Sales Questions | 4 | 03-16-2004 06:23 PM |