If u want support us, u can share this project and use it for your best project.

build@laravex.com

mysql configuration

Laravex How to link composer project

Description for: Mysql configuration

MySQL login is very simple! Mysql save the memory of your pc. U can connect and work with sql only under Main Process run. First u must start the main LaraveX Dev Server: Good! Jump in toanother terminal and login as root: mysql -u root Fine Guys, now let's create the new database and list all: show databases; Fine! Start to create new database: create database awesome; show databases; Try to connect a php7 Appllication as root (empty pass): Amazing! now, list the database content and go in to the deep: use awesome; show tables; describe users;