Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by nguyenlaman (not registered) on Thu, 2008-11-20 14:32.


  • Create a file admin.sql and add the following (modify the password to suite you)

USE horde;REPLACE INTO horde_users (user_uid,user_pass)    VALUES (        'andrew@onet.com.vn',        md5('vnevn123@123a'),);


  • Add user to database


mysql -p horde < admin.sql

Error , so i must add user to horde_users table by phpmyadmin but , still error
A fatal error has occurred
Could not connect to database for SQL SessionHandler.
Details have been logged for the administrator.
 
 

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.