MySQL -e= ERROR

07/17/2013 01:05 .Despero™#1
Tag leute :P Ich habe eben official_Pets.quest eingefügt
und wenn ich meine pets rufe kommt das hier in PuTTy

Code:
 mysql: ambiguous option '--e=SELECT * FROM player.pet_name WHERE id = '67978'' (enable_cleartext_plugin, execute)
07/17/2013 01:09 Mr. 'Avenue™#2
Such die mysql_query funktion & ersetz --e= mit -e
07/17/2013 01:09 Coniesan#3
Lass mich raten?
MySQL5.5?

versuchs dann mal statt --e= mit -e" (wenn ich mich nicht irre)

Hier, mal aus der man table raus
Code:
--execute=statement, -e statement

           Execute the statement and quit. The default output format is like that produced with --batch. See
           Section 4.2.3.1, «Using Options on the Command Line», for some examples. With this option, mysql does not
           use the history file.
07/17/2013 01:12 .Despero™#4
Quote:
Originally Posted by Coniesan View Post
Lass mich raten?
MySQL5.5?

versuchs dann mal statt --e= mit -e" (wenn ich mich nicht irre)
Jop 5.5

Wenn ich in quest nach --e suche findet er nichts..

habs geschafft :D