Jump to content
  • 0
nuna

Questions about FLUX CP (installing)

Question

1. how can i add new user in phpmyadmin today if theres no privilege also how to allowed ip because im having error like the picture below

 

2. Is the phpmyadmin that i need to configure is on the webhost or in the vps?

if in the vps how to access it? should i install phpmyadmin even though i already install mysql essential etc and tools.

 

3. please can i have anyone to talk to about this im stuck for 3 days :(

 

thank you very much 

post-6425-0-87057200-1403276391_thumb.png

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

how can i add new user in phpmyadmin today if theres no privilege

If there's no privilege, you cannot add new user.

 

how to allowed ip because im having error like the picture below 

The Image you attached shows access denied, that means you have put wrong password.

Allowing IP Query:

 

 

GRANT ALL ON db.* TO user@'IP' IDENTIFIED BY 'password';

 

 

 Is the phpmyadmin that i need to configure is on the webhost or in the vps?

Its in the WebHost(whereas you can install it on VPS too accompanied with some web-server)

 

 

 

 

if in the vps how to access it? should i install phpmyadmin even though i already install mysql essential etc and tools.

PhpMyAdmin is GUI for MySQL. you can still use mysql from "mysql -u user -pPASSWORD" from putty(if linux vps)

 

 

 please can i have anyone to talk to about this im stuck for 3 days  

You can ask @Community, and we will be glad to help you.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.