Dear, Elitepvpers!
First:
I downloaded and installed MySQL (FULL)
The problem is with creating dedicated host to MySQL
When i try create dedicated host MySQL server, they droping me error!
[ERROR]
I try many solutions:
[SOLUTION]
I need dedicated MySQL database.
Will my dedicated site will work with local myssql connection?
+ I can connect & create LOCAL mysql server but i can't inert query's & Importing data.
ERROR - LOCAL CONNECTING
First:
I downloaded and installed MySQL (FULL)
The problem is with creating dedicated host to MySQL
When i try create dedicated host MySQL server, they droping me error!
[ERROR]
Quote:
The 'HOST' is not allowed to connect MySQL server
[Only registered and activated users can see links. Click Here To Register...]
I try many solutions:
[SOLUTION]
Is there any tutorial how to fix it? Cuz my vote page is not working, also some my script's on website...Quote:
CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass';
mysql> GRANT ALL PRIVILEGES ON *.* TO 'monty'@'localhost'
-> WITH GRANT OPTION;
mysql> CREATE USER 'monty'@'%' IDENTIFIED BY 'some_pass';
mysql> GRANT ALL PRIVILEGES ON *.* TO 'monty'@'%'
-> WITH GRANT OPTION;
mysql> CREATE USER 'admin'@'localhost';
mysql> GRANT RELOAD,PROCESS ON *.* TO 'admin'@'localhost';
mysql> CREATE USER 'dummy'@'localhost';
I need dedicated MySQL database.
Will my dedicated site will work with local myssql connection?
+ I can connect & create LOCAL mysql server but i can't inert query's & Importing data.
ERROR - LOCAL CONNECTING
Thanks. :oQuote:
ERROR 1044: Access denied for user ''@'localhost' to database 'vote'
SQL Statement:
[Only registered and activated users can see links. Click Here To Register...]