Log on phpMyAdmin

jplorans

Verified User
Joined
Nov 10, 2008
Messages
26
Hi everyone,
I'm a brand new user on DirectAdmin as i've just got access to my server.
I'm trying to log on phpMyAdmin in order to manage my database.

But when i'm trying to log on, the access is refused and i've this message
"You should upgrade to MySQL 5.0.15 or later".

i used my initial login & password ..... but no access

It has to be way meaning "we don't want to go in....." :(

Does anyone have a solution or give an explanation about ??

Thanks you

JP
 
Code:
cd /usr/local/directadmin/custombuild
./build update
perl -pi -e 's/mysql_inst=no/mysql_inst=yes/' options.conf
perl -pi -e 's/mysql_backup=no/mysql_backup=yes/' options.conf
./build mysql
./build php n
 
Thanks Smtalk but one more question ....... where do i have to put this code??

The stuff is that i'm a bit lost with this interface :(

Thanks to you

JP
 
Thanks SMTALK, i'm gonna how to use this cause i don't feel comfortable with commands on SSH :(

At least, it would serve for others users :)
 
If you really don't feel comfortable managing your server you could install Midnight Commander if it's not already installed on your server. But you can't use it as a replacement for comfort; you can destroy your system as easily with Midnight Commander as you can with the shell.

All you have to do is log in to the shell, become root, and copy and paste the commands.

Of course none of us are going to guarantee you won't make a mistake and break your server; perhaps you should hire one of the several server support companies you'll find on these forums to do the work for you.

Jeff
 
Back
Top