EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Mysql Commands on remote DB (https://www.eqemulator.org/forums/showthread.php?t=28682)

Randymarsh9 06-25-2009 12:50 AM

Mysql Commands on remote DB
 
I can access the remote DB using navicat, but what do I do if I want to use mysql commands?

Secrets 06-25-2009 06:11 AM

Quote:

Originally Posted by Randymarsh9 (Post 172850)
I can access the remote DB using navicat, but what do I do if I want to use mysql commands?

Query tool in Navicat allows you to do that.

The "query table" will bring up a query window, as well as a "mysql console" if you right click the session.

Andrew80k 06-25-2009 01:07 PM

You can also do this from a command line:

Code:

mysql -u dbuser -pdbpass -h host DB
Then you will get the mysql prompts. Keep in mind you have to have a mysql client on the local host for this method to work.

Randymarsh9 06-25-2009 01:48 PM

sweet, thanks guys


All times are GMT -4. The time now is 09:54 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.