Jul 4, 2005 #1 cochise Technical User Joined Mar 27, 2001 Messages 171 Location 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 Joined Aug 21, 2002 Messages 362 Location 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 Joined Jan 26, 2002 Messages 2,348 Location US Yes. use "mysql -h hostname", plus userid & password. Upvote 0 Downvote