简体   繁体   中英

Where can I locate database credentials in Xampp?

I'm working on a project and trying to host this with Xampp. It says I need to modify the app/config/config.php file according to my database credentials and also my root url. I don't know where to locate these credentials in Xampp. Can someone help me please?

If your Xampp is installed locally, then http://localhost/phpmyadmin is where you can see/define accounts.

In your case, you need to set the root account ( as seen here ).

Then you can reports those credentials (root+root-passwrd) to your config.php file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM