QUOTE(olajideolaolorun @ Nov 1 2007, 11:20 PM)

localhost:3304 might be a hint. I dont think or better yet, am not too sure if it is needed, since its being hard coded into the my-small.cnf file. hmmm...
3304? interesting... i'll look for it next session.
log of most recent session:
as per ric @
http://forum.uniformserver.com/index.php?showtopic=1316~\udrive\usr\local\mysql\bin\my-small.cnf (altered fragment below)
[client]
# password=my_p
#
# port=3306 altered 10/31/07
port=3400
#socket=MySQL
#
# Here is entri
# The following
# The MySQL ser
[mysqld]
#
#port=3306 altered 10/31/07
port=3400
#
#socket=MySQL
~\udrive\usr\local\php\php.ini (altered fragment below)
; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
; at MYSQL_PORT.
;
; mysqli.default_port = 3306 altered 11/01/07
;
mysqli.default_port = 3400
;
; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
;
mysqli.default_socket =
looking for phpmydmin configuration:
no *.php, *.inf or *.conf file in or below ~\udrive\... contains $"3306"
other than php.ini and my-small.cnf files as shown above.
with above alters:
1. started uniform server via 'start.bat'.
a. w2k pro task mgr shows mysqld-opt.exe running.
b. apanel: phpinfo() reports without error (fragment):
directive local master
mysqli.default_port 3400 3400
c. apanel: perl environment reports without error
d. apanel: apache info reports without error
e. apanel: all configuration links function without error
f. apanel: phpadmin - error-> "access denied" error msg:
Welcome to phpMyAdmin 2.10.2
Error
MySQL said:
#2003 - Can't connect to MySQL server on 'localhost' (10061)
g. apanel: error log viewer:
- [Thu Nov 01 23:23:20 2007] [notice] Child 804: Starting 250 worker threads.
- [Thu Nov 01 23:23:20 2007] [notice] Child 804: Acquired the start mutex.
- [Thu Nov 01 23:23:20 2007] [notice] Child 804: Child process is running
- [Thu Nov 01 23:23:20 2007] [notice] Parent: Created child process 804
- [Thu Nov 01 23:23:20 2007] [notice] Server built: Jul 27 2006 15:55:03
- [Thu Nov 01 23:23:20 2007] [notice] Apache/2.0.59 (Win32) PHP/5.2.3 configured --
resuming normal operations
2. opening shell in ~\usr\local\mysql\bin\
a. executing 'mysql -uroot -pmypassword'
b. response from kerio firewall:
'MYSQL.EXE' from your computer wants to connect
to [my system name] [127.0.0.1], port 3306
c. access granted.
e. mysql responds with error: ERROR 2003 (HY000): Can't connect to MySQL
server on 'localhost' (10061)
3. at apanel:
a. executing 'stop mysql'
b. response from kerio firewall:
'MYSQLADMIN.EXE' from your computer wants to connect
to [my system name] [127.0.0.1], port 3306
app: w:\usr\local\mysql\bin\mysqladmin.exe
c. manually access via port 3306
d. apanel: issued 'stop mysql', response:
» Stop MySQL
Stopping MySQL
mysqld-opt.exe is running. MySQL server stopped.
e. w2k pro task mgr shows mysqld-opt.exe running
f. apanel: issued 'shutdown server', response:
» Server Shutdown
Verify Shutdown
Click on Shutdown! and the server will be automatically shut down.
Shutdown!
g. apanel: issued verify of shutdown'
h. response from kerio firewall:
'MYSQLADMIN.EXE' from your computer wants to connect
to [my system name] [127.0.0.1], port 3306
app: w:\usr\local\mysql\bin\mysqladmin.exe
i. manually permitted access via port 3306.
j. response from kerio firewall: (not an editing error. kerio asked twice)
'MYSQLADMIN.EXE' from your computer wants to connect
to [my system name] [127.0.0.1], port 3306
app: w:\usr\local\mysql\bin\mysqladmin.exe
k. manually permitted access via port 3306.
l. w2k pro task mgr shows mysqld-opt.exe running
m. killed mysqld-opt.exe via w2k pro task mgr.
the hunt continues...
best,