Gossamer Forum
Home : Products : Others : MySQLMan :

Login Problems

Quote Reply
Login Problems
   

Hi,



I have login problems, if I use "0" I can connect and see all table, if I use 1 I can't connect and there aren't way login, where is my error ?

# 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 => '',

# Port. Standard port will be used if not specified.
direct_port => '3306',

# User name and password.
direct_user => '',
direct_pass => '',

# DISPLAY OPTION



Regards



D
Quote Reply
Re: [delfo2000] Login Problems In reply to
I know this is a silly question, but why do you want to skip the login? Shocked