alex Posted June 30, 2012 Report Posted June 30, 2012 Instalarea si configurarea unui Server MysqlPasul 1Instalam Mysql Server si Client# apt-get install mysql-server mysql-client# apt-get install php5-mysql Pasul 2Cream user, parola.# grant all on db.* to 'user' identified by 'parola'; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.