Search : in
By :

To connect database in mysql

Last answer on Nov 24, 2009 1:39:55 am GMT parag, on Sep 7, 2009 11:10:03 am BST 
 Report this message to moderators

Hello,

sir,
i have installed mysql in my windows Xp.but i cannot conect with database.please give me procedure how to connect database in mysql in windows XP.

Configuration: Windows XP Internet Explorer 6.0,windows XP

Best answers for « to connect database in mysql » in :
Connect a database (MDB) to excel Show [VBA] Connecting a database (MDB) to excel Below is a tips of how to connect an Access database (MDB) in an application excel Add reference Microsoft DAO object librairy X.X In a general module (eg Module1) paste the code below...
Backup/Restore Mysql database ShowBackup/Restore Mysql database Backup Restore your database Note A simple approach on how to backup and restore MySQL databases. Backup To save an existing database it is recommended that you create a dump. To dump all...
Avoid being blocked in case of the error :TOO MANY CONNECTIONS ShowAvoid being blocked in case of the error :TOO MANY CONNECTIONS Issue MySQL normally allows, by default, 100 (150 since version 5.1) connections to the server ... Meaning that the 101st user will receive the error message "too many...
MySQL console on Windows: disable beep error ShowMySQL console on Windows: disable beep error Issue Solution Issue When using MySQL console on Windows, each error causes a beep. Solution To disable it, you simply add the parameter-b in your connection string: mysql -b -h...
Download MicroOLAP Database Designer for MySQL ShowMicroOLAP Database Designer for MySQL is a powerful development system for database visual modeling, modification, maintenance and reverse engineering in an easy and powerful way. MicroOLAP Database Designer for MySQL also allows to publish or to...
Download MySQL Essential ShowMySQL 5.4 Essential which is recommended for most users is one of the world’s most popular open source database. Includes a configuration wizard for optimal use. It is the most trustworthy, secure and up to date version of most database. To know...
ODBC ShowWhat is ODBC? ODBC stands for Open Database Connectivity. This is a Microsoft-defined format for communicating between Windows database clients and consumer DBMSs. The ODBC managier can be found in Windows 3.1 and 9x. In Windows 95 and 98, it is...
Introduction - Databases ShowWhat is a database? A database (abbreviated DB) is an entity in which data can be stored in a structured manner, with as little redundancy as possible. Different programs and different users must be able to use this data. Therefore, the concept of...
Sharing an Internet connection ShowAdvantages If you have a local area network (two or more computers connected in a network) with one computer connected to the Internet (via a modem, using a cable, etc.), it may be useful to make the connection accessible to the other computers on...

1

sharpman, on Sep 7, 2009 3:00:18 pm BST
Reply to sharpman

2

 arin85, on Nov 24, 2009 1:39:55 am GMT

Syntax is connect database name ,next to see table data write select query on the table.

Reply to arin85