cistek
Jun 30 2008, 06:09 PM
I use ipower as my web host. (your condolences are accepted). I have just dowloaded SQLlog because I am frustrated by the slow performance of Mysqladmin on ipower's platform. I am trying to figure out how to set it up. Can somebody give me guidance as to what to put into the "MySQL Host Address" field of the "Connect to MySQL Host" form? I tried using the came host address I use in my php code to query my database but I get the message "unknown server host". This is probably an ipower specific question but I know it will take weeks to get an answer from their technical support. Thanks.
Mahesh
Jul 1 2008, 06:32 AM
HI,
In Connect to mysql Host window -- Mysql tab,
1) Mysql host address- IP address or host name where mysql is installed.
2) User name- User name who is having access to mysql server.
3) password -- user's password
4) port -- TCP port (default is 3306)
Please see in help document --Getting started section.