i need run code that will create a database and populate tables. i am using windows. how can i run this code?
localhost/phpmyadmin shows nothing, it's a blank page
could it be because i installed the lite version?
i need run code that will create a database and populate tables. i am using windows. how can i run this code?
localhost/phpmyadmin shows nothing, it's a blank page
could it be because i installed the lite version?
Point your browser to http://localhost/phpmyadmin IIRC. You may need to set that up using XAMPP's control panel first, though.
You can also connect if you have the mysql command line client which is downloadable from mysql.com. I personally prefer that, but to each his own:) If you need to execute code, you should have set up a root password when you installed or it can be done through the control panel and you can use that account in your connection string to execute the code that will populate the tables, etc.