xr6vn9z Posted July 12, 2003 Share Posted July 12, 2003 Is there a way to create a shortcut to the mysql console(DOS box) that will allow me to add the login switches so I can just start using a database instead of having to type in all the details everytime? Link to comment https://forums.phpfreaks.com/topic/710-mysql-desktop-shortcut/ Share on other sites More sharing options...
dammitjanet Posted July 12, 2003 Share Posted July 12, 2003 why dont you download a mysql manger like SQLyog instead? you define you database connections in the program and then admin from within the GUI Link to comment https://forums.phpfreaks.com/topic/710-mysql-desktop-shortcut/#findComment-2341 Share on other sites More sharing options...
dammitjanet Posted July 12, 2003 Share Posted July 12, 2003 http://www.webyog.com/sqlyog/ Link to comment https://forums.phpfreaks.com/topic/710-mysql-desktop-shortcut/#findComment-2342 Share on other sites More sharing options...
xr6vn9z Posted July 13, 2003 Author Share Posted July 13, 2003 Actually, I prefer MySQL Manager for my GUI. Sometimes I just need to use the console because of some bizarre code like: CREATE table MyTable (field var1(x),var2(y),var3(z) PRIMARY KEY(var1, var2)) $CrappyTutorialWriter="Janet Valade - PHP & MYSQL for DUMMIES" My GUI wouldn\'t allow this code so I needed to use the console, only to discover that the author of the code is $CrappyTutorialWriter. Link to comment https://forums.phpfreaks.com/topic/710-mysql-desktop-shortcut/#findComment-2359 Share on other sites More sharing options...
xr6vn9z Posted July 13, 2003 Author Share Posted July 13, 2003 Sorry, I forgot the url to MySQL Manager 2. http://ems-hitech.com/mymanager/ Link to comment https://forums.phpfreaks.com/topic/710-mysql-desktop-shortcut/#findComment-2360 Share on other sites More sharing options...
dammitjanet Posted July 13, 2003 Share Posted July 13, 2003 I use EMS also, but yog is free. perhaps, EMS is being too strict on its SQL parsing, or perhaps MySQL admin is being too lax? Link to comment https://forums.phpfreaks.com/topic/710-mysql-desktop-shortcut/#findComment-2362 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.