Command line hangs when starting mysql

Searched the web and site, but haven't found a solution yet. Installed XAMPP, but it was not visible from the command line, so installed 32 bit mysql on a 64 bit machine running Windows 8 manually. The problem is when I load the command line and type mysql it hangs on the command line and doesn't even close when I try to close it through the task manager. I need mysql to open via command line so that I can access it using java.

+3


source to share


1 answer


Fixed starting from command line and as administrator and typing: mysql -u root -proot100 where root100 is the password for mysql.



0


source







All Articles