Download presentation
Presentation is loading. Please wait.
Published byFrancisca Fernández Escobar Modified over 6 years ago
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.