LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unable to login phpmyadmin of CWP server (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-login-phpmyadmin-of-cwp-server-4175586944/)

redssr 08-12-2016 11:17 PM

unable to login phpmyadmin of CWP server
 
Dear experts,

I have installed CWP on centos 6 64 bit server without any issues. After installation and some basic required configuration i added user A/C (domains) in it. Now my problem is I cant login into phpmyadmin with any newly created (DOMAIN)user, except root. I can login with root only in phpmyadmin.
Secondly I am able to login with same domain user from CLI.

But as its a web hosting server I can't give shell access to users.

I gets below error when i try to login in phpmyadmin

Code:

#2000 Cannot log in to the MySQL server
But i can login through CLI with same user. output below.
Code:

[root@herin ~]# mysql -ukejriwal -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 781
Server version: 5.1.73-log Source distribution

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show databases;
+--------------------+
| Database          |
+--------------------+
| information_schema |
+--------------------+
1 row in set (0.00 sec)

Any reply will be very very appreciable.

More info
version details
Code:

Server: Localhost via UNIX socket
Server type: MySQL
Server version: 5.1.73-log - Source distribution
Protocol version: 10
User: root@localhost
Server charset: UTF-8 Unicode (utf8)

phpMyAdmin

Version information: 4.0.8

Warm Regards,

Redssr

redssr 08-16-2016 01:37 AM

Hello,

Friends,

My problem was solved. Don't know what was the problem, but i rebuild the server and got my problem solved.


All times are GMT -5. The time now is 07:42 PM.