power-paule Posted May 20, 2003 Share Posted May 20, 2003 I installed MySQL and I wanted to login to my databasewith the Shell of mysql.exe with the order: mysql -u root -p But there\'s always the answer: You have an error in your SQL syntax... Who can help me? Link to comment https://forums.phpfreaks.com/topic/485-cannot-login-to-database/ Share on other sites More sharing options...
shivabharat Posted May 20, 2003 Share Posted May 20, 2003 If u are using windows u will find the mysql.exe in the mysqlbin directory if u want to issue the command from anywere then u have to set path C:mysqlbin>mysql -u admin -p Enter password: ***** U can also download a GUI based tool for windows www.sqlyog.com Link to comment https://forums.phpfreaks.com/topic/485-cannot-login-to-database/#findComment-1639 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.