MySQL
  Home arrow MySQL arrow Page 3 - Using Navicat to Import Data into MySQ...
Dev Shed Forums 
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Sun Developer Network 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Moblin 
JMSL Numerical Library 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
MYSQL

Using Navicat to Import Data into MySQL
By: Michael Mak
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 27
    2004-04-19

    Table of Contents:
  • Using Navicat to Import Data into MySQL
  • Using Navicat's Import/Export Wizard
  • Other Features of Navicat
  • Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Using Navicat to Import Data into MySQL - Other Features of Navicat


    (Page 3 of 4 )

    Some of Navicats key features are listed below:

    • Supports multiple connections for local or remote MySQL servers.
    • Browse databases, modify your data, create or delete databases, tables, indexes and users accounts.
    • Create or run SQL queries with the visual query builder.
    • Create reports with the visual report builder. Reports can be saved as an archive file (.raf) for backup and increased portability.
    • Manage user privileges [security configuration].
    • Backup/restore your database. The new Schedule Backup feature is used to create a new schedule that will backup your data.
    • Data Transfer. Navicat supports transfering databases from one MySQL server to another MySQL server (1. Local to Remote , 2. Remote to Remote, 3. Remote to Local).
    • Import/export data. The import and export wizard supports 18 formats including MS Access, MS Excel, XML, PDF and TXT.

    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
    Username : root
    Password : (empty)
    Port : 3306 (default)

    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
    Username : Your_username (username is 'root' if you just installed MySQL)
    Password : Your_password (Emtpy value if you just installed MySQL)
    Port : 3306 (default)

    NOTE: Navicat can access your remote MySQL server no matter if it's running on a Linux, Unix, Mac, Windows platform.

    More MySQL Articles
    More By Michael Mak


       · michael now i think it is sqlyog is compatible, now a days i am using for my mysql...
       · hey guys, i am glad to tell about sqlyog which i found best to play around with. its...
     

       

    MYSQL ARTICLES

    - Take Some Load off MySQL with MemCached
    - MySQL Table Prefix Changer Tool in PHP
    - Using the SIGNAL Statement for Error Handling
    - Error Handling Examples
    - Error Handling
    - Completing a Search Engine with MySQL and PH...
    - Paginating Result Sets for a Search Engine B...
    - Building a Search Engine with MySQL and PHP 5
    - Using Boolean Operators for Full Text and Bo...
    - PHP, MySQL and the PEAR Database
    - Working with PHP and MySQL
    - Getting PHP to Talk to MySQL
    - Creating an RSS Reader: the Reader
    - MySQL Security Overview
    - Creating the Admin Script for a PHP/MySQL Bl...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway