• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

how to accses phpmyadmin on linux

swaso1

Banned User
Joined
Jun 17, 2017
Messages
19
Reaction score
1
Hello i have bought a linux server, how do i enter phpmyadmin to add database?
what do i write on my internet to accses so i can loggin with root?
thanks
 
The ip of the server /phpmyadmin
Thats what I normally do

Depending on where you are hosting your server you might have to login via their homepage.
 
You have to create symlink.

Code:
sudo ln -s /usr/share/phpmyadmin/ /home/www/phpmyadmin

/home/www/phpmyadmin <- path to your www folder
 
You have to create symlink.

Code:
sudo ln -s /usr/share/phpmyadmin/ /home/www/phpmyadmin

/home/www/phpmyadmin <- path to your www folder
i dont want to setup a website i want to accses the localhost you know where i loggin with root and password to phpmyadmin.
 
Yes but you still need to link it
sudo ln -s /usr/share/phpmyadmin/ /home/www/phpmyadmin
ln: failed to create symbolic link `/home/www/phpmyadmin': No such file or directory
when i writed in putty

i never used putty or someting just a link and logged in with my root acc + pass to connect to the phpmyadmin and after imported database from my own computer.

up
 
Last edited by a moderator:
sudo ln -s /usr/share/phpmyadmin/ /home/www/phpmyadmin
ln: failed to create symbolic link `/home/www/phpmyadmin': No such file or directory
when i writed in putty

i never used putty or someting just a link and logged in with my root acc + pass to connect to the phpmyadmin and after imported database from my own computer.

up

Where is your www folder located?
I know that with lighttpd it's in home/www atleast.
And I think ... is in usr something, a bunch of folders atleast xD
 
Do u want come and check on teamwiviver?

Don't have time atm, maybe later or tomorow but check what you are using insted and google that with "www location" that should tell you where the directory is.
According to stackoverflow this is the path with ngnix; /usr/share/nginx/www
 
Back
Top