0

I've been using php and mysql workbench.

Now, I have written the correct necessary code to create/insert into databases and tables.

I have also written code to view and print those entries from a web browser. But I want to be able to check and view the entries from the workbench, every time I open the work bench, I seem to have empty databases and tables, but am able to view it from the browser with the php code.

I've tried refreshing the schemas.

4

2 回答 2

1

First goto

Open connection to Start Querying
-> click on New Connection 
-> provide connection name and check credentials to connect to db
-> then click Test Connection if successful click Ok else put the correct credentials.

Double click the connection you just created and you'll see all the schemas on the left side.

enter image description here

enter image description here

于 2013-08-25T04:45:50.220 回答
1

Make sure that you've created a connection and that is working, use Test connection will check if its working or not. Then use it to see all your schemas...

于 2013-08-25T04:47:39.010 回答