Questions about FLUX CP (installing)

nuna

New member
Messages
136
Points
0
Emulator
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
default_sad.png


thank you very much 

Untitled.png

 
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';


Code:
 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.

 
Last edited by a moderator:
Back
Top