Hacking and more...
HaCkinG CulT
Lista Forumurilor Pe Tematici
Hacking and more... | Reguli | Inregistrare | Login

POZE HACKING AND MORE...

Nu sunteti logat.
Nou pe simpatie:
Profil Criscristina92
Femeie
25 ani
Bucuresti
cauta Barbat
29 - 80 ani
Hacking and more... / S.O.S. / mysql Moderat de Shocker
Autor
Mesaj Pagini: 1
Sad_Dreamer
Elite Member

Inregistrat: acum 17 ani
Postari: 1602
am dat in consola mysql

Code:

CREATE DATABASE nume_baza_de_date;

output:

Code:

mysql> CREATE DATABASE  nume_baza_de_date;
Query OK, 1 row affected (0.00 sec)

si apoi ca sa fac un user pentru aceasta baza de date am dat

Code:

mysql> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON nume_baza_de_date.* TO 'saddreamer'@'localhost' IDENTIFIED BY 'parola';

si imi da eroarea asta

Code:

ERROR 1046 (3D000): No database selected

stie cineva ce naiba am gresit?


_______________________________________
In caz ca nu sti...Getting Laid <> Getting r00t

pus acum 17 ani
   
OSHO
Elite Member

Din: Cluj
Inregistrat: acum 17 ani
Postari: 2069


Code:

USE nume_baza_de_date;
GRANT ALL ON nume_baza_de_date.* TO 'saddreamer'@'localhost' IDENTIFIED BY 'parola';



Modificat de OSHO (acum 17 ani)


_______________________________________

IPFind: IP Finder and browser revealer
SkullBox: IT pentru incepatori
_______________________________________

pus acum 17 ani
   
Sad_Dreamer
Elite Member

Inregistrat: acum 17 ani
Postari: 1602
thanks again :-)

_______________________________________
In caz ca nu sti...Getting Laid <> Getting r00t

pus acum 17 ani
   
Pagini: 1  

Mergi la