Mysql Database Tool
Hi,
WHere can I get some software that is going to create a database for me. I want the tool that is gonna create tables and (rows, coloums), so I dont have to type it up all the time.
Hi,
WHere can I get some software that is going to create a database for me. I want the tool that is gonna create tables and (rows, coloums), so I dont have to type it up all the time.
Abhishek Reddy posted this at 06:28 — 22nd May 2002.
He has: 3,348 posts
Joined: Jul 2001
phpMyAdmin does that.
01011011 posted this at 08:16 — 22nd May 2002.
They have: 10 posts
Joined: Dec 2001
I downloaded that on my computer, but I dont understand how to instal it, there is no instalation file?
Abhishek Reddy posted this at 08:18 — 22nd May 2002.
He has: 3,348 posts
Joined: Jul 2001
What OS are you using and is your server local?
Peter J. Boettcher posted this at 12:39 — 22nd May 2002.
They have: 812 posts
Joined: Feb 2000
Check out mysql.com for some helpful documentation.
Mark Hensler posted this at 16:21 — 22nd May 2002.
He has: 4,048 posts
Joined: Aug 2000
A good free windows is at http://www.mysqlfront.de
zollet posted this at 18:28 — 22nd May 2002.
He has: 1,016 posts
Joined: May 2002
It is very simple thing. Edit the file "config.inc.php" and change the $cfgServers[1]['host'], $cfgServers[1]['user'] and $cfgServers[1]['password'] to reflect your personal login information. Then simply copy the files to a web directory (so that it's served by a webbrowser). Load the page and you're in
If you know the MySQL root login and password, you could instead enter the root login/pass in $cfgServers[1]['stduser'] and $cfgServers[1]['stdpass'] and then setting $cfgServers[1]['adv_auth'] to TRUE. This way when you try to load phpMyAdmin it will ask for your login/pass (more secure this way).
01011011 posted this at 19:17 — 22nd May 2002.
They have: 10 posts
Joined: Dec 2001
Thanks a lot guys, I downloaded MYSQL Front and thats what I am looking for. Everybody was telling me that phpmyadmin is the best, but I dont see any application file, to start the program or anything when downloaded. I was changing config.inc.php file, but I dont get it, how does this work, over the web browser, so phpmyadmin is not actually a program its the web application???
01011011 posted this at 20:08 — 22nd May 2002.
They have: 10 posts
Joined: Dec 2001
I got it installed, they dont say for no reason that thats the best one. I like it a lot.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.