View Single Post
  #7  
Old 12th Jan 04, 03:21 AM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Well site is down so I cant see the error but anyways...

Just go to your mysql folder and then bin and run mysqladmin in a dos promt and then type in mysqladmin create "databasename".

Might be this if u need user name and pw like me. Super secure mode.

mysqladmin create "databasename" -u "username" -P "port number" -h "ip address or hostname" -p

and to drop if your wondering:

mysqladmin drop "databasename" -u "username" -P "port number" -h "ip address or hostname" -p

and then it asks for pw and type in pw and it should work then. Thats one way of how u login into mysql remotely as well like i am doign right now from work...

If that dont work just download and setup phpmyadmin and use it instead.

Simple as that. You should have already setup mysql itself through winmysqladmin (some file name like that in bin directory as well) that setsup user name and pw. If not then delete my.ini in your system32 folder or just edit the user name and pw stored in it.

If u want just give me access and i'll do it for u.

Also, I advise u to install Zend Optimizer which should speed up php very much.

cya,
Will
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote