Database error on Ubuntu
I moved my board top an ubuntu vm to test a few features. Unfortunately vb fails to create a mysql connection.
mysqli_real_connect(): (HY000/2003): Can't connect to MySQL server on '127.0.0.1' (111)
/var/www/wwwroot/includes/class_core.php on line 1358
The username, password, and host appear to be correct. Connecting to the DB from a non-vb based PHP script works fine (using the same db users).
What could be causing this? Could I be missing packages or an environment configuration?
Thanks for your help
|