<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Jeff VK4SE via Dxspider-support je
27.1.2025 ob 0:23 napisal:<br>
</div>
<blockquote type="cite"
cite="mid:CAL9=BA8yLjNhh1VvH_75D7-NLf0nBtK9bK2T+KzzMcjkxgVrsg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div class="gmail_default" style="font-family:tahoma,sans-serif">#
the SQL database DBI dsn<br>
$dsn = "dbi:mysql:dbname=dxcluster:<a
href="http://127.0.0.1:3306" moz-do-not-send="true">127.0.0.1:3306</a>";<br>
$dbuser = "sysop";<br>
</div>
<br>
</div>
</blockquote>
<p>Try like this:</p>
<p># the SQL database DBI dsn<br>
$dsn = "dbi:mysql:dxcluster:localhost:3306";<br>
$dbuser = "your_users";<br>
$dbpass = "your_pwd";</p>
<p>Dan S50U</p>
<div class="moz-signature">-- <br>
<a href="https://s50clx.infrax.si">S50CLX DX Cluster</a></div>
</body>
</html>