31 questions
-7
votes
0
answers
51
views
Problem while writing code using the Head First Python 2e book. I can't log in with my own ID [closed]
I followed the author of the book mentioned in the title step by step.
I created a database vsearchlogDB
and wrote:
grant all on vsearchlogDB.* to 'vsearch' identified by 'vsearchpasswd';
and exited.
...
0
votes
1
answer
68
views
Getting error 1044 while making SQL table
enter image description here
Getting error 1044 while making SQL table. I have follows all the necessary terms but still getting error.
if there is anything what you can help to solve this project ...
0
votes
2
answers
511
views
Can not create a new database on phpmyadmin because of this error - 1044 - Access denied for user 'xxx' to database 'zzz'
I need to import a sql. database to Wordpress through phpMyAdmin.
Anytime I want to create a new database this error happens (#1044 - Access denied for user 'xxx' to database 'zzz').
Thanks for your ...
0
votes
2
answers
2k
views
Heroku. MariaDB. Access denied for user
I'm creating new app on Heroku. Installed add-on "JawsDB Maria" successfully - I can open it's dashboard
In PHP on connection to DB I receive error:
SQLSTATE[HY000] [1044] Access denied for user '...
0
votes
1
answer
839
views
sakila ERROR 1044 (42000) at line 46412: Access denied for user 'ted'@'localhost' to database 'sakila'
My OS is Ubuntu 16.04 LTS and I am deploying the sakila database for learning mysql and have done the following:
Downloaded the file "sakila-db.tar.gz from https://downloads.mysql.com/docs/
to the ...
0
votes
0
answers
434
views
Erreur: SQLSTATE[HY000] [1044]
I'm using PDO for connect my DB with my form HTML for create advanced registration.
The problem is that I receive this error message:
Erreur: SQLSTATE[HY000] [1044] Access denied for user 'mysuser'@'...
3
votes
0
answers
2k
views
Can't grant privileges to users on Azure MySQL database
yesterday I deployed a MySQL database image from the Azure marketplace. It is this one issued by Microsoft. I can connect with the user I specified in the Azure portal and was able to create an ...
0
votes
1
answer
573
views
Unable to create the MySQL database on linux server
I have only one user. I am logged with the same user and tried to create the database and getting the following error.
ERROR 1044 (42000): Access denied for user 'csatsurvey'@'localhost' to database '...
0
votes
4
answers
51k
views
mysql> use mysql; but ... ERROR 1044 (42000): Access denied for user '' @ 'localhost' to database 'mysql'
Using mysql.exe, I enter the command mysql> use mysql; but there is an error:
ERROR 1044 (42000): Access denied for user '' @ 'localhost' to database 'mysql'
What does this mean?
How so I can ...
1
vote
1
answer
38k
views
Error 1044 <42000>: Access denied for user ''@' localhost' to database
I started learning PHP since last few days and this is where I'm stuck at.
When I try to type CREATE DATABASE blog; in shell, this is the error I get
'Error 1044 <42000>: Access denied for user ...
0
votes
1
answer
4k
views
Import MySQL database with phpMyAdmin
I'm getting an error:
#1044 - Access denied for user 'host_adminman'@'localhost' to database 'testdb4'
I thing that it should be denied, since the user/pass combo for MySQL 5.6 that was used on my ...
0
votes
1
answer
5k
views
How we can give permission to a user to create database in phpmyadmin(cPanel)?
I have a database and a user which is created through cpanel(i have added that user to that database and i am able to access that database using that user and its password. i have given all privileges ...
0
votes
3
answers
4k
views
Avoiding MySQL1044 error
I am trying to learn PHP and MySQL and while I reached a chapter on MySQL I was asked to create a database using this command:
CREATE DATABASE publications;
After I typed it in the mysql console I ...
198
votes
15
answers
1.0m
views
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'db'
I want to begin writing queries in MySQL.
show grants shows:
+--------------------------------------+
| Grants for @localhost |
+--------------------------------------+
| GRANT USAGE ON ...
1
vote
1
answer
2k
views
Debugging a mysql 1044 error
What is the best way to figure out the cause of a mysql 1044 error?
ERROR 1044 (42000): Access denied for user 'web'@'%' to database some_db