• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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