Gossamer Forum
Quote Reply
help
 Ok i am running advaced server 2000 and active state pearl. I went through the ppm install dbi & ppm install mysql::dbd. now there seems to be more problems. also how do I get ppd i could not install that it seems to wnt it here is the url with the errors.

http://arackspace.com/...n/mysqlman/mysql.cgi

and here is my config.

%CONFIG = (

# FILES

# --------------------------------------------------------

# the URL to mysql.cgi.

# You can set it as "mysql.cgi" to make it relative.

script_url => "c:/inetpub/wwwroot/cgi-bin/mysqlman/mysql.cgi",

# The URL to home/top. It is used for the link TOP on each page

# in the tool bar.

home_url => "/index.html",

# The PATH to the template directory.

template_dir => $SCRIPT_PATH . "/cgi-bin/mysqlman/templates",

# CONNECTION

# --------------------------------------------------------

# Mysqlman allows user to skip the login page and connect

# to a database directly. (On = 1, Off = 0)

direct_connect => 0,

# Database used.

direct_db => 'mysql',

# Host to connect to.

direct_host => 'localhost',

# Port. Standard port will be used if not specified.

direct_port => '',

# User name and password.

direct_user => 'root',

direct_pass => 'meeeee',

# DISPLAY OPTION

# --------------------------------------------------------

# Set the number of rows to be displayed in one page.

page_length => 20,

# All tables displayed will be sorted by the column indicated

# here by default. (0 indicates the first column.)

default_sort => 0,

# Show 'NULL' when the cell is null?

show_null => 1,

# Show columns with type TIMESTAMP in insert/edit form?

show_timestamp_field => 0,

# Prompt confirmation before deleting a single record?

confirm_delete_record => 1,

# INSERT RECORD OPTIONS

# --------------------------------------------------------

# Would you like to be able to insert null values? If you turn

# this option off then all fields not filled will be treated as ''

# (blank). (Yes = 1, No = 0)

insert_null => 1,

# Where would you like to be brought to when you have done one insert?

insert_origin => 'insert', #('tables' - to table list

# OR

'insert' - to insert new record page)

# MYSQLDUMP

# --------------------------------------------------------

# For very large databases, it might be a good idea to divide

# the contents of the tables into pages to be written into files

# to reduce the load on memory.

# (on = 1, off = 0)

dump_in_pages => 1,

# The number of records to be written into the file at a time.

dump_page_length => 1000,

# MISC

# --------------------------------------------------------

# Cookies used in the script

db_host_cookie_name => 'MySQLMan_host',

db_user_cookie_name => 'MySQLMan_username',

db_pass_cookie_name => 'MySQLMan_password',

url_cookie_name => 'MySQLMan_url',

# Set debug to 1 for debug.

debug => 0,

);

1;

Subject Author Views Date
Thread help dontknow 3697 May 23, 2002, 11:54 PM
Post Re: [dontknow] help
jean 3536 May 24, 2002, 12:37 PM