[問題]差別處
發表於 : 2007-02-06 20:40
$sql='GRANT ALL ON abc.* TO abc@localhost IDENTIFIED BY \'123456\'';
和grant all on abc.* to abc@localhost identified by '123456';的差別是在哪???
和grant all on abc.* to abc@localhost identified by '123456';的差別是在哪???