Proweb Posted February 10, 2009 Share Posted February 10, 2009 During the start up of the site, it isgiving me the database server is not found error although the database serveris localhost. You may need to contact the prestashop support and inquire as towhy this is happening. I have attempted to connect via the software withoutluck. I can connect to the database via the server with the username andpassword.You have added a new user. SQL query: GRANT USAGE ON * . * TO'prestashop'@'localhost' IDENTIFIED BY '*********************' WITHMAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;CREATE DATABASE IF NOT EXISTS `prestashop` ;GRANT ALL PRIVILEGES ON `prestashop` . * TO 'prestashop'@'localhost';Database server was not found. Please verify the login, password, and databaseserver name fields.You can verify this via the http://bucksnbass.com/install link here. Link to comment Share on other sites More sharing options...
giralatina Posted February 10, 2009 Share Posted February 10, 2009 Check mysql-server is up Link to comment Share on other sites More sharing options...
prestabase Posted February 10, 2009 Share Posted February 10, 2009 Try removing the database and user, then creating again. Be sure to grant all privileges to the user. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now