Very Basic Question in using MySQL and XAMPP
I am beginner in MySQL and I faced some terrific problems. please help me .
1 - I installed XAMPP in windows. Because of XAMPP has a MySQL I want to use MySQL but I can't how can I use MySQL ?(please explain me very basic because , I am real beginner in database ) .
2 - If I install MySQL in my computer , Is it possible that 开发者_开发百科MySQL in xampp and new MySQL that i am installed have conflict ?
3 - If I install .msi version of MySQL in my compyter, how can I run it to write code on it , create some table ,,,, ?
Special thanks.
1 - I would recommend that you attempt to access http://localhost/phpmyadmin - This is a great tool which helps you manage your databases.
2 - Yes, that is very possible. I recommend that you open task manager(ctrl+shift+esc) and check for duplicate mysql processes running.
3 - Once again - phpmyadmin is the easiest way to go.
精彩评论