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 > Help with phpmyadmin mysql problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-27-06, 10:14
Nicarlo Nicarlo is offline
Registered User
 
Join Date: Jul 2006
Posts: 2
Red face Help with phpmyadmin mysql problem

Im trying to edit the 'password' field in phpmyadmin but when ever i edit it i get and the following error

Error

SQL query: Edit

UPDATE `member` SET `password` = '5f4dcc3b5aa765d61d8327deb882cf99',
`cookie` = NULL ,
`session` = NULL ,
`ip` = Array(
'Array'
) WHERE `id` =37 LIMIT 1

MySQL said: Documentation
#1305 - FUNCTION db_com_1.Array does not exist


---

Why does it keep given me 'FUNCTION db_com_1.Array does not exist' ?
P.S the MD5 hash is default password "password"
thanks all
Reply With Quote
  #2 (permalink)  
Old 07-27-06, 11:14
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by Nicarlo
Why does it keep given me 'FUNCTION db_com_1.Array does not exist' ?
probably because you aren't listening

okay, that was a joke

there is no such function in mysql, unless you define it yourself

at least, i've never heard of it, but then, i could have overlooked it in the mysql manual

got a reference for it?
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 07-27-06, 15:40
Nicarlo Nicarlo is offline
Registered User
 
Join Date: Jul 2006
Posts: 2
Quote:
Originally Posted by r937
probably because you aren't listening

okay, that was a joke

there is no such function in mysql, unless you define it yourself

at least, i've never heard of it, but then, i could have overlooked it in the mysql manual

got a reference for it?
yeah thats what i thought also.. ive never seen a function like that before. I am not trying to do anything fancy just trying to add that md5 hash into the password field but no luck.

Could there maybe be a setting in phpmyadmin that is messed up somewhere ?

Thanks alot for your help it is much apreaciated
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