Jump to content
  • 0

MySQL Problem


Question

Posted

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

5 answers to this question

Recommended Posts

Posted

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.

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...