I followed the steps from 10:33 but when I am trying to reconnect XAMPP, there was an error. Error: Apache shutdown unexpectedly. 7:25:03 PM [Apache] This may be due to a blocked port, missing dependencies, 7:25:03 PM [Apache] improper privileges, a crash, or a shutdown by another method. May I know how to fix this?
Python version I am using the 3.7 and pip 20.4 for my sql connector I installer using the command python -m get mysql-python-connector some thing like that it said it successfully installed but while running the same code after creating the database successfully in php my admin it is throwing module error for import mysql-python.connector something like that in the pycharm interface anyways tks for your reply mam also should pycharm location and python should be of same directory?
@@MJ-tn8tw Pycharm location and python need not be in the same directory. that's not a problem. you can try installing, pip install mysql-connector-python-rf
how will you make any row unique in registration form so that if user enters same username that's already registered in database mysql ,it shows error as ("already registered", "try different username")
this was helpful to download the connector. Thank You
👍
Thank you so so so much mam you are such a angel for me😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊
Thank you 😊👍
Woooow well explained! thank you for making this video
Thank you 👍
Yeh nice video
muchas gracias señorita😀
Got this in recommended! Very well explained! Thank you! 👍
Thank you 👍
Thanku mam....worth💓
Thank you 👍
I followed the steps from 10:33 but when I am trying to reconnect XAMPP, there was an error.
Error: Apache shutdown unexpectedly.
7:25:03 PM [Apache] This may be due to a blocked port, missing dependencies,
7:25:03 PM [Apache] improper privileges, a crash, or a shutdown by another method.
May I know how to fix this?
Update: It works ! My mistake. It should have been a space between cgi-script and py.
Thank you for wonderful tutorial
@@OK-ns1dm 👍
The apache server is not working after adding the lines in config file
where in my xampp file should I save the python file, with the database or in the htdocs with my website?
great video madam. Can python be used to enter in the database table? or is it only for displaying the database table?
We can perform all operations(insert,delete,update) in database using python. This link will be useful, ruclips.net/video/rHwHGeh4jz0/видео.html
@@Trinitysoftwareacademy thank you very much
Great video mam but i want to connect with real database not on localhost
Can you tell me how to do it
Mam even after successfully installing mysql connector with pip the module is not importing while doing code
Ok. Can you specify the error which you get? And also the python version you are using?
Python version I am using the 3.7 and pip 20.4 for my sql connector I installer using the command python -m get mysql-python-connector some thing like that it said it successfully installed but while running the same code after creating the database successfully in php my admin it is throwing module error for import mysql-python.connector something like that in the pycharm interface anyways tks for your reply mam
also should pycharm location and python should be of same directory?
@@MJ-tn8tw Pycharm location and python need not be in the same directory. that's not a problem. you can try installing, pip install mysql-connector-python-rf
@@Trinitysoftwareacademy okay mam thank you for time
Print("thank u ma'am")
Welcome 👍
how will you make any row unique in registration form so that if user enters same username that's already registered in database mysql ,it shows error as ("already registered", "try different username")
Is this really needed? Using SQLAlchemy Docs is enough! Just connect via that, and you are done
To execute in Browser we need xampp otherwise its not needed!!!
Xampp server is needed for MySQL database