Help for this page

Select Code to Download


  1. or download this
    ~$ perl -v
    
    This is perl 5, version 16, subversion 0 (v5.16.0) built for darwin-2l
    +evel
    
  2. or download this
    ~$ mysql -uroot -p
    Enter password: 
    Welcome to the MySQL monitor.  Commands end with ; or \g.
    ...
    
    mysql> exit
    Bye
    
  3. or download this
    ~$ sudo cpan DBD::mysql
    Password:
    ...
    Running make install
      make test had returned bad status, won't install without force
    ~$
    
  4. or download this
    ~$ echo $DYLD_LIBRARY_PATH 
    /usr/local/mysql/lib
    
  5. or download this
    ~$ cd /usr/local/mysql/lib
    /usr/local/mysql/lib$ ls
    ...
    libmysqlclient_r.a        plugin
    /usr/local/mysql/lib$