Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1611

Installation Joomla! 4.x • Re: Setting up an existing website in MAMP

$
0
0
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!
Hi, and sorry for the slow reply…

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’;
I haven’t used MAMP for a while (MAMP Pro uses a different folder for site files) so check that the paths above are correct for you.

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



Viewing all articles
Browse latest Browse all 1611

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>