SunQuest
 
           MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 23rd, 2004, 05:46 AM
ungshunjin ungshunjin is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 1 ungshunjin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Exclamation mysql not working fine.WHY?

I've installed mysql 4.0.18 on my WinXP Pro OS.After installation, i open the MySQLAdmin 1.4 window.Now i wanted to creat a database,but the is not creat database selection on the right-click menu.And under MyODBC in the environment tab,it says driver 3.5 not found.I've checked the ODBC in my computer,its installed and is version4.0.Now i can't add database,can anyone help me?What is going wrong?Or what have i not done?hmmm.....

Reply With Quote
  #2  
Old June 2nd, 2004, 03:03 AM
benleow benleow is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 2 benleow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
im having the same problem....

Reply With Quote
  #3  
Old June 2nd, 2004, 07:34 AM
Forsaken Forsaken is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 5 Forsaken User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
You can always use the command line to create the database.

On my box mysql is installed at c:\mysql

the mysql.exe is located in the \bin directory.

C:\mysql\bin> mysql.exe

You'll get a mysql prompt.

mysql>

just create the database from there.

mysql> CREATE DATABASE example_database;

The Windows mysql admin utility isnt really good for anything but browsing around. At least thats my experience.
I usually do all my admin stuff via phpMyAdmin.

I hope that helps.

Reply With Quote
  #4  
Old June 2nd, 2004, 10:44 AM
benleow benleow is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 2 benleow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i've tried that but I received this error...

ERROR 2003: Can't connect to MySQL server on 'localhost' <10061>

Any suggestion?

Reply With Quote
  #5  
Old June 2nd, 2004, 12:36 PM
Forsaken Forsaken is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 5 Forsaken User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The first thing I would check is to make sure the MySQL service has been started and is running.

If it is and you're still having a problem, certain Firewall programs like ZoneAlarm have been known to cause connection problems because by default they don't think localhost 127.0.0.1 is a trusted source.

Reply With Quote
  #6  
Old July 11th, 2004, 10:30 AM
y2kannamalai y2kannamalai is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 1 y2kannamalai User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Post Driver 3.51 Not Found

same here have installed MySQL on my computer, it won't connect to the server, any idea why?

When I start WinMySQLAdmin, this is what appears in the Environment tab under MyODBC:

Not Found
Driver 3.51 Not Found
And also try to create database through command prompt but im getting this error
ERROR 1044 (42000): Access denied for user: ''@'localhost' to database 'test'

pls give me some tips to fix the problem

thanks

Reply With Quote
  #7  
Old July 15th, 2004, 12:00 PM
talen152 talen152 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 6 talen152 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 m 53 sec
Reputation Power: 0
First you need to establish the default password.

then log into mysql via: c:/mysql -u <username> -p

it will ask you for you password and then it will let you in.

Itamar

Reply With Quote
  #8  
Old January 11th, 2005, 03:06 PM
MrLoki MrLoki is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 1 MrLoki User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to MrLoki Send a message via AIM to MrLoki Send a message via MSN to MrLoki Send a message via Yahoo to MrLoki
solution

download the odbc driver and install it from here
http://dev.mysql.com/downloads/connector/odbc/3.51.html

Reply With Quote
  #9  
Old January 12th, 2005, 08:07 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
What do you need the odbc driver for if you're connecting from the MySQL Command Line Client?

Reply With Quote
  #10  
Old January 14th, 2005, 04:17 AM
Dulcinea Dulcinea is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 23 Dulcinea User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 m 49 sec
Reputation Power: 0
Send a message via Yahoo to Dulcinea
mysql

Quote:
Originally Posted by MadCowDzz
What do you need the odbc driver for if you're connecting from the MySQL Command Line Client?



im wondering why people need odbc driver?
i use phpmyadmin as to help me to create database instead using mysql cmmd line client.
try to use phpmyadmin and it is easier

-novice user for mysql,phpmyadmin-

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > mysql not working fine.WHY?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





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