5need
09-13-2004, 04:55 PM
Hello ,
Please i would to know how to power up like this file in mysql it set the password for mysqls
GRANT CREATE TEMPORARY TABLES, LOCK TABLES ON *.* TO `sfri_q3xs`@'localhost' IDENTIFIED BY PASSWORD '294c884310acd503';
GRANT ALL PRIVILEGES ON `xxx\_opd`.* TO 'xxx_opduser'@'localhost';
GRANT USAGE ON *.* TO 'xxx'@'localhost' IDENTIFIED BY PASSWORD '543264861bf8f16d';
GRANT ALL PRIVILEGES ON `xxx\_opd`.* TO 'xxx'@'localhost';
GRANT USAGE ON *.* TO 'xxx'@'localhost' IDENTIFIED BY PASSWORD '543264861bf8f16d';
GRANT ALL PRIVILEGES ON `xxx\_opd`.* TO 'xxx'@'localhost';
what the command to use
mysql etc..
Thanks you
Please i would to know how to power up like this file in mysql it set the password for mysqls
GRANT CREATE TEMPORARY TABLES, LOCK TABLES ON *.* TO `sfri_q3xs`@'localhost' IDENTIFIED BY PASSWORD '294c884310acd503';
GRANT ALL PRIVILEGES ON `xxx\_opd`.* TO 'xxx_opduser'@'localhost';
GRANT USAGE ON *.* TO 'xxx'@'localhost' IDENTIFIED BY PASSWORD '543264861bf8f16d';
GRANT ALL PRIVILEGES ON `xxx\_opd`.* TO 'xxx'@'localhost';
GRANT USAGE ON *.* TO 'xxx'@'localhost' IDENTIFIED BY PASSWORD '543264861bf8f16d';
GRANT ALL PRIVILEGES ON `xxx\_opd`.* TO 'xxx'@'localhost';
what the command to use
mysql etc..
Thanks you
