How can I manage my mySQL database?

If you are on Linux OS, you may manage your mySQL database from your shell prompt using" "mysql" client. If you are on Wndows OS or prefer GUI we provide phpMyAdmin for mySQL administration at: http://www.revion.com/tools/phpmyadmin/

  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

What connection string can I use to connect to mySQL from php?

You can use the MYSQL connection string for PHP as shown below. Please be sure to replace the...

Can I use a Datasource or DSN to connect to my database?

Datasources/DSN's are used to transfer information to and from a database, such as Access or SQL...