bookmark this page - make qweas your homepage  
Help Center - What's New - Newsletter - Press  
Get Buttons - Link to Us - Feedback - Contact Us  
Home | Download | Store | New Releases | Most Popular | Editor Picks | Special Prices | Rate | News | FAQ
Advanced Search ...
All Downloads     Qweas Downloads
Audio & MP3
Video & DVD
Graphics Tools
Security & Anti-Virus
Internet Utilities
System Tools
File Converters
Makers & Designers
Business Finance
Applications
Business Finance
Database Management
Inventory Systems
Legal
Personal Finance
Personal Info Managers
Presentation Tools
Project Management
Spreadsheets
Word Processing
Home & Education
Web Authoring
Game Downloads
Screensavers
Pocket Devices



Web qweas.com


DreamCoder for Oracle DBA 2.1 - User Guide and FAQ

Screenshots - More Details

Frequently Asked Questions - DreamCoder for Oracle DBA

  1. When I try to connect a database, I get the following message: "Access denied for user: myuser@myhost.com (Using password: YES)",What it can be happening?
    The error indicates that the "root" or other user has not been granted network access. You can try executing the following using the mysql command prompt.

    grant all privileges on *.* to 'root'@'%' identified by 'password' with grant option;

    or GRANT SELECT,INSERT,UPDATE,DELETE ON *.* TO 'myuser'@'myhost';


  2. When I try to connect a database, I get the following message: "ORA-12222: TNS:no such protocol adapter",What it can be happening?
    The protocol adapter requested (by way of the "(PROTOCOL=..)" keyword-value pair in a TNS address) is unknown. If the supplied address is typographically correct then the protocol adapter is not installed.

  3. How to connect my remote MySQL Database server via the Internet?
    MySQL Turbo Manager should be able to get connected to your remote MySQL Database server, but you need the privileges for this.

  4. I try to connect to remote MySQL and receive the message "Host not allowed to connect to server" , What it can be happening?
    This message is generated because you don't have a permission to connect to remote MySQL Database server from your host. Try to execute a GRANT statement to user.


Screenshots - More Details

Search - Download - Store - Directory - Service - Developer Center
© 2006 Qweas Home - Privacy Policy - Terms of Use - Site Map - About Qweas