- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re : PHPMYADMIN
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 06:31 PM
05-05-2005 06:31 PM
Re : PHPMYADMIN
I am running MySQL-3.23 and php-4.3 on FC3. I have installed
phpMyAdmin but when I type http://localhost/phpMyAdmin, I get an
error message like this :
" phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error
MySQL said:
Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (13) " .
I restarted httpd, mysql and tried, but it fails.Could anyone please reply ?
Thanks
Narasimhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2005 12:23 AM
05-06-2005 12:23 AM
Re: Re : PHPMYADMIN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2005 03:59 AM
05-07-2005 03:59 AM
Re: Re : PHPMYADMIN
1) in MySQL you check that a user can log in from localhost. If so:
2) set this user (and password) in the config.inc.php file for the host "localhost"
Be careful to set the host correctly because the host name is important for MySQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2005 07:12 AM
05-07-2005 07:12 AM
Re: Re : PHPMYADMIN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2005 01:01 PM
05-07-2005 01:01 PM
Re: Re : PHPMYADMIN
In the default 'config.inc.php', there is a whole section on what database servers it can access, with default user-names and passwords entered in there.
They haven't been altered.
Also, there is a special user that usually needs to be added to MySQL to enable the PHPMyAdmin to read some details.
The README file gives the instructions on what SQL commands need to be executed in MySQL before it will all work cleanly.
It's a special user, with specific grants.