xxxxxxxxxx
<?php
$conn = mysqli_connect("localhost","provqfsu_forex","@Frank4747","provqfsu_forex");
// Check connection
if (mysqli_connect_errno())
{
echo "Failed to connect to Database: " . mysqli_connect_error();
}
?>
xxxxxxxxxx
# Generate desired config file. You must specify testnet here.
geth --goerli --syncmode "full" dumpconfig > goerli.toml
# Start geth with given config file. Here too the testnet must be specified.
geth --goerli --config goerli.toml