Hi,
I have installed on my machine SuseLinux, PHP and MySQL.
MySQL runs just fine as far as I access it via Telnet, while being logged into MySQL and checking for status it tells:
mysql Ver 11.15 Distrib 3.23.38, for pc-linux-gnu (i686)
Connection id: 13
Current database: temp
Current user: root@localhost
Current pager: stdout
Using outfile: ''
Server version: 3.23.38
Protocol version: 10
Connection: Localhost via UNIX socket
Client characterset: latin1
Server characterset: latin1
UNIX socket: /var/lib/mysql/mysql.sock
Uptime: 10 hours 23 min 37 sec
Threads: 1 Questions: 107 Slow queries: 0 Opens: 28 Flush tables: 1 Open tables: 22 Queries per second avg: 0.003
This sounds to me like I should be able to conect as MySQL_Connect("localhost","root","psswd");
but I cannot! It did work on my previous system with same config (Apperently not same).
Does anybody has an idea?
Thanks
Jan