Вечно забываю синтаксис GRANT в mysql
Вот с примерами.
mysql> GRANT ALL PRIVILEGES ON *.* TO ferst@localhost
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO ferst@"%"
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
Showing posts with label memory. Show all posts
Showing posts with label memory. Show all posts
Tuesday, September 18, 2007
Subscribe to:
Comments (Atom)