member11 Posted January 5, 2005 Posted January 5, 2005 I have 2 questions1- I want apache, PHP, and mysql to work together. I have these installed together. So far, my apache and php are good. I don't know how to configure mysql to work with apache and PHP. If you know, please let me know.2-I want to host a web site using above mentioned programs on my computer. How can I setup for that.?thank you very much
dcrowder32 Posted January 6, 2005 Posted January 6, 2005 Is MySQL working on its own (like from command prompt viewer)? If not, get it installed properly. If running ok, not much else to do. PHP has native functions for MySQL and much info online to help. Just be sure you set up a user account in MySQL and PHP's connection call uses this account and password. All there is to it. Good luck. The Apache/PHP/MySQL combo works very well. I love it.
member11 Posted January 6, 2005 Author Posted January 6, 2005 Is MySQL working on its own (like from command prompt viewer)? If not, get it installed properly. If running ok, not much else to do. PHP has native functions for MySQL and much info online to help. Just be sure you set up a user account in MySQL and PHP's connection call uses this account and password. All there is to it. Good luck. The Apache/PHP/MySQL combo works very well. I love it.mySQL is working fine so are PHP and apache.i activate mysql.dll extension from apachehow can i set up a user account in MySQL and PHP's connection call uses this account and password. ?I want to know how these things interact when i'm done.thanks
dcrowder32 Posted January 7, 2005 Posted January 7, 2005 I have never configured Apache to use MySQL! I use PHP functions calls like these...http://us2.php.net/mysql_connecthttp://us2.php.net/manual/en/function.mysql-query.php
el_diablo4303 Posted February 22, 2005 Posted February 22, 2005 where can i find this Apache/PHP/MySQL combo ? really need it for my assignment.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now