Author Topic: Database creation error!  (Read 4189 times)

0 Members and 1 Guest are viewing this topic.

shockwaveenigma

  • Full Member
  • ***
  • Posts: 7
Database creation error!
« on: July 18, 2014, 11:44:36 AM »
Hi all,
Kudos to the developers of mibew.
I have read through but couldnt find answers that would proffer solution to my challenge
tried installing mibew using Wamp server, on windows 7. following the processes
trying to run the installation using http://localhost/webim/install
and it brings up the installation wizard Completed:

    PHP version 5.5.12
    Application path is /webim
    Mibew package is valid.
    You are connected to MySQL server version 5.6.17

Next step:

    The database was not found on the server. If you have permissions to create it now, click on the following link.
    Create database "mibewdb"

When i click on the create database "mibewdb" it gives me the error listed below
Correct the mistakes:

    Query failed: Acc�s refus� pour l'utilisateur: ''@'@localhost'. Base 'mibewdb'

please kindly assist


 
 

shockwaveenigma

  • Full Member
  • ***
  • Posts: 7
Re: Database creation error!
« Reply #1 on: July 18, 2014, 11:55:11 AM »
No bother people i found the culprit,
i didnt change the $mysqllogin "mibew";
i replaced it with root i.e  $mysqllogin "root";
that did it.
 :)