IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 12:11:32 PM (20 years ago)
Author:
Paul Price
Message:

Adding database name to mysql command-line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/doc/install.pod

    r8072 r8322  
    6060After setting up the database you should verify that you can connect to with the username and password you configured
    6161
    62     mysql -u ipp -pipp
     62    mysql -u ipp ipp -pipp
    6363
    6464Next, C<pXtools> needs to be told where to to find MySQL, the name of the
     
    7979You should always verify that the scheme was actually loaded.  E.g.
    8080
    81     mysql -u ipp -pipp
     81    mysql -u ipp ipp -pipp
    8282    Welcome to the MySQL monitor.  Commands end with ; or \g.
    8383    Your MySQL connection id is 6 to server version: 4.1.20-log
Note: See TracChangeset for help on using the changeset viewer.