Unable to connect to the database mysql?

前端 未结 2 557
走了就别回头了
走了就别回头了 2020-12-20 10:12

I\'ve downloaded the wamp server and it\'s online. I\'m trying to install Joomla.

\"description\"

At p

相关标签:
2条回答
  • 2020-12-20 11:04

    Even if you use the default settings for mysql (user: root, password empty) you should put the username root in the Username field in the form that's showed in your first screenshot.

    0 讨论(0)
  • 2020-12-20 11:19

    You must check these things before

    1. Setup a blank database from the Cpanel/Mysql Admin
    2. Fix the username/password and user permissions on this database
    3. Run Joomla... and give it the above credentials + localhost
    4. Make sure you have 777 or adequate permissions otherwise some errors may occur#

    If im not mistaken the default account for wamp/xamp myqsl is user: "root" password: ""

    //Password is null - do not write nothing inside

    0 讨论(0)
提交回复
热议问题