Presentation is loading. Please wait.

Presentation is loading. Please wait.

Paul Leger http://pleger.cl Ejemplo de actividad Paul Leger http://pleger.cl.

Similar presentations


Presentation on theme: "Paul Leger http://pleger.cl Ejemplo de actividad Paul Leger http://pleger.cl."— Presentation transcript:

1 Paul Leger http://pleger.cl
Ejemplo de actividad Paul Leger

2 1) mysql -u root -p pass 2) create user pleger identified by ‘123456’; 3) grant all on *.* to pleger; 3.2) salirse y volver a conectarse con ese usuario. 4) use [database] mysql 5) show databases; 6) show tables; 7) select * from user; 8) select user from user; 9) select password from user; 10) CREATE DATABASE TEST; 11) create Table persona (rut varchar(20), name varchar(20), primary key (rut)); 12) SHOW COLUMNS FROM mytable FROM mydb; 13) Insert into persona values (“123123”,”paul”);

3 Código PHP


Download ppt "Paul Leger http://pleger.cl Ejemplo de actividad Paul Leger http://pleger.cl."

Similar presentations


Ads by Google