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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
dammitjanet Posted July 12, 2003 Share Posted July 12, 2003 http://www.webyog.com/sqlyog/ Quote Link to comment 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. Quote Link to comment 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/ Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.