Jump to content
  • 0

MySQL Problem


Jzz

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  02/29/12
  • Last Seen:  

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...

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  62
  • Topics Per Day:  0.01
  • Content Count:  137
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

what is your webhost?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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?

  1. 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)


  2. refresh the page that was giving you the error
  3. 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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  277
  • Reputation:   76
  • Joined:  11/23/11
  • Last Seen:  

More than likely you don't have PHP PDO, MYSQL PDO, extensions installed.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  108
  • Reputation:   0
  • Joined:  08/01/12
  • Last Seen:  

we have same problem with that....how to install that matrixfox?

this is my error...

Edited by gniryudan
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...