Jump to content

Recommended Posts

Posted (edited)

Instalarea si configurarea unui Server Mysql

Pasul 1

Instalam Mysql Server si Client 

Code:
# apt-get install mysql-server mysql-client
# apt-get install php5-mysql


Pasul 2

Cream user, parola. 

Code:
# grant all on db.* to 'user' identified by 'parola'; 

Edited by Javed
TOPIC CLOSED
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.