Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Installing Mysql


ranma's Avatar
Member
0 0

After I install mysql community server on my comp and run the config wizrd, I try using mysql: <html> <body> <?php

$connection=mysql_connect("broadcast","",""); if (!$connection) { die('Could not connect: ' . mysql_error()); } ?>

</body> </html>

I get this error: Fatal error: Call to undefined function mysql_connect() in E:\_Sites\mssvision.com\mike\trym.php on line 5

This is an error showing it can't find the function mysql_connect(). This means my mysql isn't configured properly or in the right folder. Where should I install it and configure it? In the folder where I installed PHP or in the root folder for the website? Help