If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > connecting to mysql 3.22.22

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-04-04, 06:20
houndour houndour is offline
Registered User
 
Join Date: Jun 2004
Posts: 3
connecting to mysql 3.22.22

Hi,

My host provides mySQL 3.22.22. I'm more familiar with version 4 and using phpMyAdmin and mySQL Control Center.

I have managed to successfully connect to my database, however in mySQL Control Center when I try to create a table it says

"This feature is not supported for your mysqld server version. You should upgrade to a newer version ASAP !!!"

(I've also tried phpMyAdmin and it also says to upgrade).

Well version 3.22.22 is what I have available and I need to work with this. Anybody know a program I can use for this? Or can I connect using the command prompt? If so how?

Thanks,
Sam
Reply With Quote
  #2 (permalink)  
Old 11-04-04, 16:17
cristiu cristiu is offline
Registered User
 
Join Date: Sep 2004
Posts: 46
You may connect to command promt: look in mysql directory where did you install mysql and in "bin" directory you will find :mysql.exe run this something like this:
mysql.exe -u yourusername -p
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On