Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I recently switched over to linux fedora to put up a server. I got mysql running, but I've tried to get phpmyadmin to run and I get the login screen, but it does nothing no matter what name- just like if i had put nothing in the login box.
I checked and recheck the config files- what could cause such an issue?
the login box stays after pressing ok- but clears both fields. if i press cancel i get the default not authorized. and no there arent any special charactors, the mysql part runs queries fine. im at a loss and new to configuring this software.
if this issue is a major problem to fix timewise -let me know that as well. I need to get this server up and running with the db's and phpmyadmin or another front end for mysql if anyone has any suggestions or urls.
ok i set cookie in the config and set the blowfish phrase, but still the same problem.
when i cancel it says: the system couldnt verify whether or not you were authorized to view this page. this is due to a bad password or user credentials.
is there a way to check the access log to see? maybe i didnt set it up right. im using firefox if that helps.
how can i make sure the users are setup correctly in mysql and for the control user?
right -but ive already setup the mysql "root" user and password, the phpmyadmin control user using grants, and anonther user.
same result when trying to login- but at the command line they all are able to login. I know I've done something wrong. Is there a way to redo the users?
ive redid the users in the gui and with command line.
-rw-r--r-- 1 mysql mysql 2520 Mar 9 07:30 my.cnf
drwx------ 2 mysql mysql 4096 Mar 6 20:19 mysql
srwxrwxrwx 1 mysql mysql 0 Mar 11 11:02 mysql.sock
drwx------ 2 mysql mysql 4096 Mar 9 09:22 phpmyadmin
[root@localhost ~]# mysqlcheck -A -u myusernamehere -p
Enter password:
mysql.columns_priv OK
mysql.db OK
mysql.func OK
mysql.host OK
mysql.tables_priv OK
mysql.user OK
phpmyadmin.pma_bookmark OK
phpmyadmin.pma_column_info OK
phpmyadmin.pma_history OK
phpmyadmin.pma_pdf_pages OK
phpmyadmin.pma_relation OK
phpmyadmin.pma_table_coords OK
phpmyadmin.pma_table_info OK
mysql> use mysql;
Database changed
mysql> show tables;
+-----------------+
| Tables_in_mysql |
+-----------------+
| columns_priv |
| db |
| func |
| host |
| tables_priv |
| user |
+-----------------+
6 rows in set (0.00 sec)
mysql> select user();
+--------------------+
| user() |
+--------------------+
| myusernamehere@localhost |
+--------------------+
1 row in set (0.02 s
so im able to login through the mysql command line and see and function, so the problem must be in how i did the phpmyadmin.
are there any experts out there who would eb willing to help?
well i got the mysqlcc to work and got my db loaded and ready without to much fuss. though i really like the phpmyadmin i can live without it. at least it not like working dbase iii on a wang pc with a green screen.
if you know phpmyadmin please get in touch with me - if i have to pay to get it working it's worth it.
Distribution: RedHat on servers, trying Debian on Laptop
Posts: 1
Rep:
Try MS Internet Explorer
Firefox has done this to me before: I get, then fix, a problem with a web page on my server, but Firefox keeps displaying the same problem. When I dust off IE6 and try the same URL there, I get right in. The problem had been fixed, but Firefox retained the error page in its cache somewhere, refusing to show me I'd successfully fixed the original problem. I blew 4-5 hours on this the first time it happened.
Tonight, I had the problem after upgrading to phpmyadmin 2.6.2 on my debian box. Clearing history does not seem to fix it. I can't remember what does.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.