Im having trouble using the mysql_connect command properly this is my code can someoen tell me whats wrong with the args?
Code: Select all
mysql_connect "kicklog 69.57.136.102 username password"
Code: Select all
mysql_connect "kicklog 69.57.136.102 username password"
Then you enclose the whole thing in quotes as shownthis_command <parameter string>
Where "<parameter string>" is made up of
<value 1> <number2> <this 3>
EG
this_command "a b c"
Because each is only a 1 word (IE, no seperators in the values), you don't need the quotes.mysql_connect dbname 127.0.0.1 user pass