Skip to main content
1 vote
0 answers
29 views

I connected apache 4433,8012 and mysql 8012 but phpmyadmin says I don't have enough permissions. I just tried to open phpmyadmin with xampp but phpmyadmin says i don't have enough access rights even ...
Phát Trần Đức's user avatar
0 votes
1 answer
1k views

I'm trying to connect database for my login page, using Xampp server (myphpadmin) The python code as follows: run.py from application import app if __name__=="__main__": app.run(host ='...
ANAND KHAROTE's user avatar
3 votes
2 answers
3k views

I've tried everything I've even uninstalled and installed versions MySQL 8.0.0 all the way up to 8.0.28. I'm on a Mac M1 Here's what I've tried: mysql -u root -p Applied Password from the install* ...
codecyn's user avatar
  • 41
2 votes
1 answer
4k views

I am having trouble connecting to a mysql / mariadb database. I am getting the following error in jupyter lab: ProgrammingError: 1045 (28000): Access denied for user 'xx'@'yy' (using password: YES) ...
Jeromekem's user avatar
0 votes
1 answer
733 views

I tried everything to solve this problem but it's still not solved. I keep getting this error: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) I'm pretty sure I'm ...
coderoffuture's user avatar
0 votes
0 answers
199 views

I’m using a Mac Book Pro with big sur os. I’m using MySQL as my database service and XAMPP as my local host. Below is how I tried to establish the database connection using php. <?php $username = &...
Jalana Kannangara's user avatar
1 vote
1 answer
603 views

I am trying to establish a connection with a MySQL database in a python program import mysql.connector cnx = mysql.connector.connect( host='localhost', user='admin', password='admin1234', ...
Juliano Amadeu's user avatar
8 votes
7 answers
20k views

I am getting an error while running a SQL script to load data. Error is pasted below: Preparing... [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\...
Pratik Sinha's user avatar
0 votes
0 answers
1k views

I am new in MySQL. I also checked other questions related with this one I couldn't solve it. This is my command: C:\Users\username\temp\Excercise\RDSQuery>python handler.py And this is result I ...
firefighter's user avatar
0 votes
2 answers
6k views

I got a Problem with my Zabbix Server. He was running the days ago, and then the dashboard shows up: Zabbix Server is running --> Value NO And: Zabbix server is not running the information ...
Willynator's user avatar
0 votes
1 answer
419 views

I was trying to execute "python manage.py migrate" in my project directory made in django. The output was: django.db.utils.OperationalError: (1045, "Access denied for user 'root'@'...
Marco Antonio López Guevara's user avatar
0 votes
0 answers
676 views

I have two servers(RHEL) and both of them have mysql installed and configured(5.7.23-enterprise-commercial). When I am login to mysql in first server and tried this: mysql> SHOW GRANTS FOR 'root'@'...
Arindam Mukherjee's user avatar
1 vote
4 answers
13k views

I am new to programming and I'm totally stuck, so I thought I will ask experienced programmers for help. I created a SQL database called "books" using phpMyadmin on WAMP server. The database and its ...
himanshu rathi's user avatar
0 votes
1 answer
307 views

I installed MySql server for a class, when I attempt to connect to the server the following error message appear: PS C:\WINDOWS\system32> mysql -u root -p Enter password: hinreIsThePassword ERROR ...
Marco Antonio Diaz Valdes's user avatar
2 votes
1 answer
5k views

I know there are already similar questions and I tried each of the solutions but somehow nothing seems to help. Maybe anyone has an idea what is going on. I am very new to the programming world and ...
Rapha1710's user avatar

15 30 50 per page
1
2 3 4 5
12