Ok my website is mindchips.com
for the database server is that all i put? how do i know what port? i know my database name and user and password but i cant get it to connect to my mySQL database on my site for anything. I dled the mySQL database thing to connect but still no luck.. i tried dling an example and just puting my info in and it did not work still.. any suggestions?
thats isnt the only code in the source to connect but i believe thats the information i have wrong -TO- connect.. when i work in php i use "localhost" but its not local now its remote..
thanks for the help!!
in the begining man created code.
in the end code will create man.
clones are coming only matter of time.
examples?
for the database server is that all i put? how do i know what port? i know my database name and user and password but i cant get it to connect to my mySQL database on my site for anything. I dled the mySQL database thing to connect but still no luck.. i tried dling an example and just puting my info in and it did not work still.. any suggestions?
Code:
Set conn = New ADODB.Connection
conn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" _
& "SERVER=[URL unfurl="true"]www.mindchips.com;"[/URL] _
& " DATABASE=hp161_linkage;" _
& "UID=hp161_linkage;PWD=(pass); OPTION=3"
thats isnt the only code in the source to connect but i believe thats the information i have wrong -TO- connect.. when i work in php i use "localhost" but its not local now its remote..
thanks for the help!!
in the begining man created code.
in the end code will create man.
clones are coming only matter of time.
examples?