bugzilla吧 关注:23贴子:59
  • 0回复贴,共1
C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql --user=root -p mysql
Enter password: sockmonkey
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.0.67-community-nt MySQL Community Edition (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database bugs;
Query OK, 1 row affected (0.11 sec)
mysql> grant all privileges on bugs.* to 'bugs'@'localhost' identified by 'sockmonkey';
Query OK, 0 rows affected (0.03 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql> quit
Bye
C:\Program Files\MySQL\MySQL Server 5.0\bin>
C:\mysql\bin>mysql --user=root -p mysql
Enter password: sockmonkey
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 15 to server version: 4.1.11-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> set password for 'bugs'@'localhost' = OLD_PASSWORD('sockmonkey');
Query OK, 0 rows affected (0.00 sec)
mysql> quit
Bye
C:\mysql\bin>
ppm rep add Bugzilla http://theoryx5.uwinnipeg.ca/ppms/
C:\Perl\bin\perl.exe -T "%s" %s
.cgi
GET,HEAD,POST
ppm rep add glob http://www.cpan.org/modules/01modules.index.html
ppm rep add glob http://landfill.bugzilla.org/ppm/


IP属地:浙江1楼2009-08-11 18:37回复