Skip to content
600 5222 70SAT – THU 9AM – 5PM
Twitter page opens in new windowInstagram page opens in new windowLinkedin page opens in new windowGithub page opens in new window
Rabie Akela
Rabie Akela
  • Industry
  • Frontend
  • Backend
    • PHP
    • Laravel
  • Databases
    • MySQLi
Search:
  • Industry
  • Frontend
  • Backend
    • PHP
    • Laravel
  • Databases
    • MySQLi

Tag Archives: MySQL

Connect to a mySQL database (MySQLi OO)

Backend, Databases, PHP, TechnicalBy adminAugust 6, 2021Leave a comment

The following is the code to connect to a database using MySQLi Object-Oriented.

Connect to MySQL Database using CMD on Localhost (XAMPP)

Databases, TechnicalBy adminAugust 22, 2019Leave a comment

In command prompt, change the folder to mysql folder in XAMPP. Enter the following code for connect to your database. Note the code below assumes there is no password for the root user (localhost).

MySQL: Using Indexes

Databases, TechnicalBy adminJune 6, 2019Leave a comment

MySQL: Documentation, Create Index Statement

MySQL: Aliases

Databases, TechnicalBy adminMay 23, 2019Leave a comment

Aliases make writing queries easier when dealing with multiple tables. It even makes it easier when accessing queries from scripting languages (e.g. PHP). Below is an example:

Copyrights © 2008 - 2021 Rabie Akela
  • Industry
  • Frontend
  • Backend
    • PHP
    • Laravel
  • Databases
    • MySQLi
Menu
Go to Top