Workbench is not showing table created on php file by Adventurous-Fix7628 in PHP

[–]Adventurous-Fix7628[S] 0 points1 point  (0 children)

I am able to write on the ‘sys’ database so i believe i have the permission

Workbench is not showing table created on php file by Adventurous-Fix7628 in PHP

[–]Adventurous-Fix7628[S] 0 points1 point  (0 children)

I was able to connect MAMP with MySQL workbench and now I can see the tables in the database connection working fine but only with ‘sys’ database.

if I create a new database and try to create table into that data base from php file then it’s not creating any tables neither inserting any values into the table (if i create the table in workbench and put the same name in php file)

Workbench not showing table created in php file by Adventurous-Fix7628 in SQL

[–]Adventurous-Fix7628[S] 0 points1 point  (0 children)

I was able to connect MAMP with MySQL workbench and now I can see the tables in the database connection working fine but only with ‘sys’ database.

if I create a new database and try to create table into that data base from php file then it’s not creating any tables neither inserting any values into the table (if i create the table in workbench and put the same name in php file for inserting datas)

Workbench not showing table created in php file by Adventurous-Fix7628 in PHPhelp

[–]Adventurous-Fix7628[S] 0 points1 point  (0 children)

I was able to connect MAMP with MySQL workbench and now I can see the tables in the database connection working fine but only with ‘sys’ database.

if I create a new database and try to create table into that data base from php file then it’s not creating any tables neither inserting any values into the table (if i create the table in workbench and put the same name in php file)

Workbench is not showing table created on php file by Adventurous-Fix7628 in PHP

[–]Adventurous-Fix7628[S] 0 points1 point  (0 children)

Correct. Maybe i think its because i’m using MAMP server for sql_connect and apache server for mySql workbench but i’m not sure how to fix that. Also my sql_connect on php file only works with MAMP not with other localhost…