Some of Navicats key features are listed below:
Navicat Tips If you installed MySQL on your local PC (Download URL: http://www.mysql.com/downloads/mysql-3.23.html ), the default username is "root" and password is empty. The localhost connection setting would look something like this: Host : localhost Before you establish a local connection between Navicat and your local MySQL server, use the launcher program to start your local MySQL server. You can also use WinMySQLAdmin to start your MySQL server (c:mysql.inwinmysqladmin.exe). After MySQL is installed, by default, it only allows "localhost" connections. Therefore, most server-side scripts (e.g. phpMyAdmin) can easily connect with the local database on the same server. You can use Telnet or an SSH client to manage your remote server because it's also a localhost connection. Any client PC/s will be blocked by the remote MySQL server until the user privileges have been configured. A remote connections settings would look like this: Host : IP address of remote MySQL server NOTE: Navicat can access your remote MySQL server no matter if it's running on a Linux, Unix, Mac, Windows platform.
blog comments powered by Disqus |