Jump to content
thirty bees forum
  • 0

Setting up a dev/test instance


x97wehner

Question

I migrated my shop from prestashop. Now I'm trying to create a dev instance to test updates, etc prior to updating the production store. When I go through my typical way as listed here https://www.prestashop.com/en/blog/set-up-a-test-server-for-your-online-store, I get this error. Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user '<mycpaneluserforthedb'@'localhost>' (using password: YES)

I've never had this problem with prestashop prior. Is there something else I should be doing with Thirty Bees?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

No, this is mysql-related issue. 1. Check my.cnf - there is an option binding mysql to specific address. Aware that it is bound to localhost 2. Usually i fire following commands in the mysql console: GRANT ALL PRIVILEGES ON databasename.* TO 'username'@'localhost' identified by 'newpasswordgoeshere'; 3. Don't forget to fire FLUSH PRIVILEGES; right after command of step #2

Link to comment
Share on other sites

  • 0

Just before TB install you have 2 cre8 a database. Of course, TB itself can try to do this automatically, but it would be better if you create the database manually. I showed needed commands. If you (can) use the phpmyadmin, there's a tab in it, called SQL, you should open it and insert the text shown above in it. Don't forget to select appropriate database, then replace database name, username and password with real data and run this sql command. After it completed with success you have to specify the database name, username and password in the installer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...