Guest Anonymous Posted September 29, 2003 Share Posted September 29, 2003 I have installed phpMyAdmin but i get a connection error when going to the homepage. Is mysql installed with php4? (i assume). I don\'t need to install mysql seperately do i? Error: \"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\" The problem seems to be the configuration details for host/username and password. I am unsure where to find this info. I\'ve put localhost but that doesn\'t seem to work. Anyone?? Quote Link to comment https://forums.phpfreaks.com/topic/1084-php-myadmin/ Share on other sites More sharing options...
DarthViper3k Posted September 29, 2003 Share Posted September 29, 2003 you have to install MySQL database seperatly phpmyadmin is just a set of php files that help users use their MySQL database basicaly it gives users a visual reference on their database Quote Link to comment https://forums.phpfreaks.com/topic/1084-php-myadmin/#findComment-3679 Share on other sites More sharing options...
metalblend Posted September 29, 2003 Share Posted September 29, 2003 MySQL is not included with PHP.. just support (meaning the mysql_ functions are built-in). MySQL Download: http://www.mysql.com/downloads/mysql-4.0.html Quote Link to comment https://forums.phpfreaks.com/topic/1084-php-myadmin/#findComment-3681 Share on other sites More sharing options...
Guest Anonymous Posted September 29, 2003 Share Posted September 29, 2003 thanks guys, much appreciated. I will download it now and see how i get on. With any luck i will get this website of mine finished. Moving from ASP to PHP so it better be worth it. Chris. Quote Link to comment https://forums.phpfreaks.com/topic/1084-php-myadmin/#findComment-3690 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.