79521

79521



Installing ActiveState Perl on Windows

On Windows, you should do the following to install the MySQL dbd module with ActiveState Perl:

1.    Get ActiveState Perl from

http://www.activestate.com/Products/ActivePerl/ and install it.

2.    Open a console window.

3.    If necessary, set the HTTP_proxy variable. For example, you might try a setting like this:

C:\>set HTTP_proxy=itiy. proxy. com: 3128

4.    Start the PPM program:

C:\>C:\perl\bin\ppm.pl

5.    If you have not previously done so, install dbi:

ppm>install DBI

6.    If this succeeds, run the following command:

ppm>install DBD-mysql

This procedurę should work with ActiveState Perl 5.6 or newer.

If you cannot get the procedurę to work, you should install the ODBC driver instead and connect to the MySOL server through ODBC:

use DBI;

$dbh= DBI->connect("DBI:ODBC:$dsn",$user,$password) II die "Got error $DBI::errstr when connecting to $dsn\n";



Wyszukiwarka

Podobne podstrony:
PG054 Numbers Arabie numerals are usually used in Japan but sometimes, especially on menus, you will
ANNA sum09 USA78
53713 IMG25 (4) BRCA1 carriers should consider the options of diet with amount of selenium dependan
If you wish to combine an introductory level module, with a morę advanced module (i.e. over two seme
GUIDE TO DRAWING THE BODYJoumana Medlej, cedarseed.comI. GENERAL The first thing you should do when
Verifying Package Integrity Using MD5 Checksums or GnuPG After you have downloaded the MySQL package
APC 13 09 08 19 1 3d e.g. Is this all that you can do for me? (morę natural than... all which y
Choosing the Approprlate File System After you create the partition on which you will install Window
Running Multiple MySQL Instances on Windows You can run multiple servers on Windows by starting them
Shutting Down and Starting Up Using the Windows Services Program On Microsoft Windows, you can also
19vcg09 Welcome to Windows for Workgroups Micbosoft.WINDOWS. Type a logon name and password to log o
Initial Startup of MySQL Cluster on Windows Once the MySQL Cluster executables and needed configurat
Setting Up MySQL Proxy as a Windows Service The MySQL distribution on Windows includes the mysql-pro

więcej podobnych podstron