Jul 4, 2005 #1 cochise Technical User Mar 27, 2001 171 US Is it possible for me to use the mySQL command prompt to create/manipulate a database on a remote server?
Is it possible for me to use the mySQL command prompt to create/manipulate a database on a remote server?
Jul 4, 2005 #2 LTeeple Programmer Aug 21, 2002 362 CA Yes. I use putty to ssh into my remote server and use mysql. http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Cheers! Laura Upvote 0 Downvote
Yes. I use putty to ssh into my remote server and use mysql. http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Cheers! Laura
Jul 7, 2005 #3 lgarner IS-IT--Management Jan 26, 2002 2,348 US Yes. use "mysql -h hostname", plus userid & password. Upvote 0 Downvote