- 7
- 82 790
pinaki ghosh
เข้าร่วมเมื่อ 28 ส.ค. 2014
Basic C Part 004Operators in C
what is Operator in c
Different type of operators
Hierarchy of operations
Associativity of operator(explanation)
Different type of operators
Hierarchy of operations
Associativity of operator(explanation)
มุมมอง: 28
วีดีโอ
Basic C Part 003Data types in C language
มุมมอง 138 ปีที่แล้ว
Different type of datatypes and use of sizeof() operator with example
Basic C Part 002Compilation process or step of C code
มุมมอง 198 ปีที่แล้ว
Basic C Part 002Compilation process or step of C code
how to import and export database in MySql
มุมมอง 60K8 ปีที่แล้ว
import and export database in MySql5.5
port 3306 is in use problem solve video
มุมมอง 23K8 ปีที่แล้ว
Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld" defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini" MySQL"!
Thank you for your tutorial. Great help!
thank you. now i can get a good grade on my HTML final exam
I am using tableau in that global superstore data convert in to sql diagram?how
thank you very much sir, god bless u
what is the password you are using???
Even though you take time in explaining, but I think you have what it takes to become an instructor because all steps were so clear and explicit. Thanks much for this amazing lesson. best regards.
thanks it worked... :)
Thanks . Nice video.
Thank you bro It worked
Thank you🙏
Thank you so much 😊
thank you sir for this video. I was able to export and import a database using mysql successfully after watching your video.
Got error: 1045: Access denied for user 'ODBC'@'localhost' (using password: YES) when trying to connect ; i got this error can u help bro i, using the exact same command of urs but having this error
Have you find any solution?
Change the location of the .sql file and try again. I got the same error. I changed the location of the folder containing .sql file from Local Disk C to documents. Now it's working.
password is wrong for some reason...
thanks for saving the day.....
I did this..but it always says ..access is denied
@Omega Kaizer i was doing an error...i pre created the .sql file in the folder.....u dont have to create...just write the filename.sql on cmd..it will be automatically created in the folder....
@Omega Kaizeru dont have multiple user access?
@Omega Kaizer multiple user can access a single database......u can create new users and limit their usage also....since copy databse is just used for backup or rename the database
@Omega Kaizer welcome buddy
waste of time
i am geting foreign key exception error
mysqldump -h 127.0.0.1 - u root -p poweight_projectC:\backupfolder\poweight_project.sql
Thank you it worked for me
Thank you bangali bhai
thank you
Tq very much brooooo
Bhai thank you yaar Teri is video to Dekh ke Anand aa gaya
what you have done ?? it can't fixed
still the same error Error: MySQL shutdown unexpectedly. 16:29:28 [mysql] This may be due to a blocked port, missing dependencies, 16:29:28 [mysql] improper privileges, a crash, or a shutdown by another method. 16:29:28 [mysql] Press the Logs button to view error logs and check 16:29:28 [mysql] the Windows Event Viewer for more clues 16:29:28 [mysql] If you need more help, copy and post this 16:29:28 [mysql] entire log window on the forums
not working, in my case, 💔 I
Thanku so much✌🏻
Thanks a lot brother
Thank you very much
still showing same error :(
thanks bro. I can now smile:)
where do I get the password?
thnxs it helps a lot.
thnx a lot for this vedio .my problem is solved now.
Thanks! 127.0.0.1 stands for what? Is it the ip of machine or Network ID? Please reply. Thank you. Pinaki
It is the hostname. You can check that in your connection.
Thanks! I really needed that Pinaki :)
i don't know why the down vote. thank you my friend
Yes really it's work yr
THANK YOU!
thanks dude
Nice one admin.. keep uploading..
nice
audio is low otherwise the tutorial is good for freshers in C
please check the following link...for a better sound quality..happy learning! :) th-cam.com/video/9mAIfSB6nIs/w-d-xo.html
hola amigo. necesito abrir mysql en xampp y me da error Problem detected! 1:38:57 [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini" MySQL"! 1:38:57 [mysql] MySQL WILL NOT start without the configured ports free! 1:38:57 [mysql] You need to uninstall/disable/reconfigure the blocking application 1:38:57 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port hice lo que tu explicas en el video. pero sigue saliendo el problema en el xampp. help me please. thank you.
Hii friend,I think that in your machine there is previously MySql is installed...and XAMPP(Cross,Apache,MySql,PHP,Perl) also provide MySql...In this case you need not to run the MySql from XAMPP .just open a browser and type "localhost/phpmyadmin/"(after finishing the process i have shown in video)it will connect MySql with XAMPP..and after connection you can do all the operation in db....if you start MySql from XAMPP control panel and click on "admin" ,it will open the same page as shown in the video. If you want to open "admin" from XAMPP only,you need to change port number 3306 which is previously occupied by MySql.
hi, i need uninstll my mysql?
no there is no need to uninstall anything..just start apache from xampp and open mysql from browser(localhost/phpmyadmin/)..and start coding...if you want to connection with database just write(in case of php) <?php $host = 'localhost:3306'; $user = 'your user name'; $pass = 'your password'; $dbname = 'your database name''; $conn = mysqli_connect($host, $user, $pass, $dbname); if(! $conn ) { die('Could not connect: ' . mysqli_error()); } echo 'Connected successfully'; ?>
ohhhh thank you...
please check the following link...for a better sound quality..happy learning! :) th-cam.com/video/9mAIfSB6nIs/w-d-xo.html
very nice, it is so helpfull
Great useful Tutorial.... Thnks...👍
Nice tutorial, but your voice is not audible in speaker, I had to use headphn to hear the audio...
Good one... Keep Uploading
very good video must watch