]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL.mysql
* Updated BUGS list
[infobot.git] / INSTALL.mysql
index 40063e541c7edb491845092054d09d873f11abf4..f8d04bce47432999302f551bbd5351a05db8c50b 100644 (file)
@@ -5,16 +5,16 @@ INSTALL.mysql
     - Debian: (apt-get install mysql-server libdbd-mysql-perl)
 
 - Run 'mysqladmin -u root -p create <DB NAME>'
-    Where <DB NAME> is the same as specified in blootbot.config.
+    Where <DB NAME> is the same as specified in infobot.config.
 
 - Run 'setup/setup.pl'
 
 = Possible problems
     - if connection to localhost is (short) refused, run
-            '/etc/init.d/mysql stop'
-            '/etc/init.d/mysql start'
+           '/etc/init.d/mysql stop'
+           '/etc/init.d/mysql start'
     - if connection for user is refused, reload grant tables with
-            'mysqladmin -u root -p reload'
+           'mysqladmin -u root -p reload'
 
 * [OPTIONAL]
     - run 'scripts/dbm2mysql.pl old-db' to convert dbm database file
@@ -27,13 +27,13 @@ commands:
 
   $ mysql -u root -p
 
-  mysql> CREATE DATABASE blootbot;
+  mysql> CREATE DATABASE infobot;
   mysql> GRANT USAGE ON *.* TO 'user'@'localhost' IDENTIFIED BY 'yourpassword';
-  mysql> GRANT ALL PRIVILEGES ON blootbot.* TO 'user'@'localhost';
+  mysql> GRANT ALL PRIVILEGES ON infobot.* TO 'user'@'localhost';
 
 FULL FACTOID DATABASE:
 ----------------------
 You can get the data from the MySQL database that the apt bot uses on
 #debian at freenode (irc.freenode.net), at:
 
-    http://lain.cheme.cmu.edu/~apt/blootbot/apt.sql.bz2
+    http://lain.cheme.cmu.edu/~apt/infobot/apt.sql.bz2