hartfelt
hartfelt

Reputation: 19

Error Code 1064 MySQL

I need to know what i am doing wrong right now in this. Can someone tell me how to fix it?

mysql>host/"localhost";
mysql>port=3306;
      database=ml 
      username=****
      password=********
      clientamount=30;

I need to know how to fix the first line can anybody tell me?

Upvotes: 1

Views: 796

Answers (1)

Brian Hooper
Brian Hooper

Reputation: 22084

Oh! I see; that's the command you are issuing. Sorry, didn't understand. I think the command you are using is a shell command, intended to invoke the MySQL client, not a MySQL command.

Upvotes: 1

Related Questions