• 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!

Linux install a mysql database

Raiden

Developer
Joined
Sep 16, 2008
Messages
486
Reaction score
32
Location
Venezuela
Hello... In ubuntu 10.10 i already installed all thing like phpmyadmin and mys nt find a menu for create a database so what i can do? Also when i open my server it try to log into a database with my user (ronald@localhost) so how i can change that? Or a i need create a database with that information? Help with that please
 
did you install mysql?

sudo apt-get install mysql-client-5.1
sudo apt-get install mysql-server-5.1
sudo apt-get install mysql-common

after install:
/etc/init.d/mysql start
 
Back
Top