Hi, and sorry for the slow reply…It seems the only way I can create a new empty database is in phpMyAdmin, but I can't enter any of the defining details there. This seems to me to be my problem, but perhaps I'm wrong!
In configuration.php you’ll need to set:
Code:
public $log_path = '/Applications/MAMP/htdocs/administrator/logs';public $tmp_path = '/Applications/MAMP/htdocs/tmp';public $host = 'localhost';public $db = ‘your database name';public $dbprefix = ‘your database prefix_';public $user = ‘your database username’;
You may also need to specify the database user password for your database user (depends on your setup). You can set up your database users in phpMyAdmin. Make sure that you assign all priviledges to your user, etc.
HTH
Statistics: Posted by JAVesey — Tue Mar 12, 2024 9:14 am