Jzz Posted April 20, 2012 Posted April 20, 2012 Why does my mysql not connecting to my webhost? always like this shown : Error An error occurred while trying to process your request. Please try contacting an administrator: [email="admin@localhost"]admin@localhost[/email] I did this : create database ragnarok; grant usage on *.* to ragnarok@localhost identified by 'password'; grant all privileges on ragnarok.* to 'root@localhost'; Need help... Quote
Asura Posted May 1, 2012 Posted May 1, 2012 Hi Janet, Can you be specific as to where you are getting this error? It has no signs of not being able to connect to MySQL; it just says there was an error trying to process a request you've made. Quote
Brian Posted May 1, 2012 Posted May 1, 2012 Error An error occurred while trying to process your request. Please try contacting an administrator: [email="admin@localhost"]admin@localhost[/email] You got that error on FluxCP, right? Edit your FluxCP file /config/error.php and change this to 'true':$showExceptions = true; // Whether or not to show exceptions (only applies to error.php) refresh the page that was giving you the error that will display a more detailed error message. If you still can't figure it out, post the full error message here Remember to set $showExceptions back to false for a production environment. Quote
Matrixfox Posted May 1, 2012 Posted May 1, 2012 More than likely you don't have PHP PDO, MYSQL PDO, extensions installed. Quote
Chok Designer Posted December 20, 2012 Posted December 20, 2012 (edited) we have same problem with that....how to install that matrixfox? this is my error... Edited December 20, 2012 by gniryudan Quote
Question
Jzz
Why does my mysql not connecting to my webhost?
always like this shown :
I did this :
create database ragnarok;
grant usage on *.* to ragnarok@localhost identified by 'password';
grant all privileges on ragnarok.* to 'root@localhost';
Need help...
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.