• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Update 2.0 to 2.2.4 impossible

Status
Not open for further replies.

TILK

Chevereto Member
I followed the procedure but I have this message that appears :

Code:
There is a problem regarding your config setup. This means that Chevereto won't run because the config is not valid:
 
    PDOException: SQLSTATE[28000] [1045] Access denied for user 'toto'@'localhost' (using password: YES)
 
Please double-check your settings in the includes/config.php file.

I think it's because I did not install a database but I'm a beginner (I know a little SQL) and I do not know how to set up a database on my server . Can you help me?
 
Hey,

don't give up 😉

You don't have to know SQL for this!
Do you have phpmyadmin?
If yes, you're able to setup a database with some clicks.

But!
Don't use your main-account for this. Create a new User with rights for the new Database.
(Just create the user and put a hook, that he creates a database with all rights)
Don't forgett to set a password 😉

After this you fill your new database user, password and created database into your config.php.

That's it 😉
 
hmm, I tried all afternoon to create a database and then upload to the server through the panel of my webhost. I have a permission problem :

Code:
requête SQL:
 
--
-- Base de données: `RIRI`
--
CREATE DATABASE `RIRI` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
 
MySQL a répondu:Documentation
#1044 - Access denied for user 'TOTO'@'%' to database 'RIRI'
 
I followed the procedure but I have this message that appears :

Code:
There is a problem regarding your config setup. This means that Chevereto won't run because the config is not valid:
 
    PDOException: SQLSTATE[28000] [1045] Access denied for user 'toto'@'localhost' (using password: YES)
 
Please double-check your settings in the includes/config.php file.

I think it's because I did not install a database but I'm a beginner (I know a little SQL) and I do not know how to set up a database on my server . Can you help me?

it says that the user "toto" doesn't have permission to the target database. Make sure that you create the user "toto" with permissions on the database.
 
Status
Not open for further replies.
Back
Top