GKChesterton
Programmer
I am trying to load a small MySQL database to my remote ISP FuturePoint. They provide PHPMyAdmin. I can't figure out how to gain permissions. For most commands, I receive
#1044 - Access denied for user 'paparts'@'localhost'
to database 'papartscenter\_com\_-\_test'
I can create and drop a table from the PHPMyAdmin SQL tab. I can change my password (and I have, in case the ISP was looking for some kind of security intiative from me). I can run show grants, which returns:
[tt]
GRANT USAGE ON *.* TO 'paparts'@'localhost'
IDENTIFIED BY PASSWORD '403d8ac62e7e4b80'
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE,
DROP, INDEX, ALTER ON
`papartscenter\_com\_-\_test`.*
TO 'paparts'@'localhost' [/tt]
To me this looks like I should be able to do plenty of stuff.
I only know of one User given to me as the user admin. I've changed the password back and forth to see if it was wanting some security initiative there. My Tech Support request has gotten no reply.
I see references on web pages to setting PHPMyAdmin permissions, but poking about the interface doesn't show any spot for that. There is another interface from FuturePoint for creating the database (can't be done from PHPMyAdmin) but that seems to be the only DB function there. When I find instructions for PHPMyAdmin and MySQL on the Net, they're generally written for the host administrator -- not the remote user admin. Or so I conclude. References to config.inc.php seem obviously not to apply.
How do I conquer this challenge and gain the personal elation I desire? Have I got a workable ISP who isn't forthcoming with support, or something worse?
#1044 - Access denied for user 'paparts'@'localhost'
to database 'papartscenter\_com\_-\_test'
I can create and drop a table from the PHPMyAdmin SQL tab. I can change my password (and I have, in case the ISP was looking for some kind of security intiative from me). I can run show grants, which returns:
[tt]
GRANT USAGE ON *.* TO 'paparts'@'localhost'
IDENTIFIED BY PASSWORD '403d8ac62e7e4b80'
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE,
DROP, INDEX, ALTER ON
`papartscenter\_com\_-\_test`.*
TO 'paparts'@'localhost' [/tt]
To me this looks like I should be able to do plenty of stuff.
I only know of one User given to me as the user admin. I've changed the password back and forth to see if it was wanting some security initiative there. My Tech Support request has gotten no reply.
I see references on web pages to setting PHPMyAdmin permissions, but poking about the interface doesn't show any spot for that. There is another interface from FuturePoint for creating the database (can't be done from PHPMyAdmin) but that seems to be the only DB function there. When I find instructions for PHPMyAdmin and MySQL on the Net, they're generally written for the host administrator -- not the remote user admin. Or so I conclude. References to config.inc.php seem obviously not to apply.
How do I conquer this challenge and gain the personal elation I desire? Have I got a workable ISP who isn't forthcoming with support, or something worse?
[purple]If we knew what it was we were doing, it would not be called
research [blue]database development[/blue], would it? [tab]-- Albert Einstein[/purple]