Question
connecting mysql with coldfusion
I am trying to connect coldfusion with mysql database, but
for some reason I am not able to. mysql is on my local machine not
on any serer, is there any way where I can specify that? Part of my
syntax is as follows:
<head>
<cfquery name="students" dbName= "students" dbServer ="localhost" password="gateway">
mysql> select * from students;
</cfquery>
</HEAD>
Thanks!
<head>
<cfquery name="students" dbName= "students" dbServer ="localhost" password="gateway">
mysql> select * from students;
</cfquery>
</HEAD>
Thanks!
