webjackx
Jan 10 2005, 05:11 AM
| | I have a very easy tutorial I have created, with screenshots too...
Setting Up Your MySQL & phpMyAdmin For The First Time
I have posted it as a link because there are so many images, and it
saves on FNH bandwidth (See how considerate I am LOL).....
http://matrixdesigns.info/modules.php?name...wtutorial&pid=1 |
Reply
abcde
Jan 10 2005, 04:19 PM
bloodmist
Jan 14 2005, 11:31 PM
the_trooper_eddie
Feb 23 2005, 10:35 PM
Similar Topics
Keywords : setting, mysql, and, phpmyadmin, time
- Canadian Heavy Metal Fan Pleads Guilty To Setting Church Fire
(5)
Update Suggestions
PHP and MySQL is outdated (2) I see that trap17 uses PHP 4.3.7 and MySQL 4.0.18. PHP 4.3.11 is out now, and so is MySQL 4.0.24.
I'm not sure how or when the admins update the entire database, but I just wanted to inform
everyone about this. Here are the links for the updates... http://www.php.net/downloads.php
http://dev.mysql.com/downloads/mysql/4.0.html ....
MySQL Datatbase Problem
(2) I have seen alot of questions on the forums about how to back-up your mysql databases since the free
hosting is going down. Even though some of you have been able to access cpanel (i still can on my
old free hosting, stoneddevilinc.vaio-hosting.com) and are thinking the databases have been deleted,
they have not.
If you have read around about whats been going on, you would know that the Apache
server program on the vaio-hosting server is down right now. Admin has been trying to fix it with no
luck. MySQL and many other things, like your actual site, are not working si....
Mysql Backup
(8) Now that we know that free hosting will be gone, is there anyway that we can backup out Mysql
databases?
Thanks....
having trouble setting up cookies (phpbb)
(3) For some reason when some1 visits my forum it wont save your PW.... I don't know how to set the
cookies.. any help would be apreciated :-)....
Website about how to setting wide wireless.
(2) I have problem with internet. Now iI'm using internet from my cyber cafe. but i dont have any
connection at my home. I have try wired but it it a bridge. my cyber cafe to my home is 250 meter.
so i plan to install wireless. can anybody help.....
Lost my mySQL databases
(1) All of a sudden, today when I opened my site, I found I had lost both my mySQL databases
/ohmy.gif' border='0' style='vertical-align:middle' alt='ohmy.gif' />
How did that happen??....
Can I use mySQL of an other site ??
(1) I want to have 2 DB (1 for backup, it's in an other site) while i modify DB on my site, it's also
modify in backup site !
Please help me as soon as possible.....
Do the paid service customers here have the mysql problem?
(3) I am curious because I may want to go for the pay service instead of the free. Help me decide here
on this issue.
Do the paid service customers here have the mysql problem?....
Connect to MySQL failed?
(2) Connect to MySQL (localhost,zero8_zero8) failed
my site URL is http://zero8.vaio-hosting.com
why?....
HELP! MySQL Data base compleatly erased!!!
(2) i went to my site to post a message saying I would be gone for about a week and the site was down,
so I check on my MySQL data bases only it shows I have 0 Data bases :cry: :cry: :cry: :cry: :cry:
:cry:
Ironicaly enough I forgot for the first time EVER to back it up :cry: :cry: :cry: :cry:
:cry: :cry: Luckly I've also had this problem on another host (though I had a back up) all that
needed to happen whas the sql servers needed to be restarted is there any way possible to get them
restarted?
I tried also making a new DB but it wont work thats why I think they need t....
Problem with MYSQL server
(3) I have had this happen many times and i wanted to know a possible solution. Here is the error
message:
There seems to be a problem with the MySQL server, sorry for the inconvenience.
We
should be back shortly.
the site URL is http://www.gtanation.vaio-hosting.com/
Thanks FNH
for all of your help in the past though. (And that was serious, not sarcastically)
Cody....
Problem with the MySQL server
(1) Hi, is this normal? im getting this message in my website, what's wrong? :?
"There seems to be
a problem with the MySQL server, sorry for the inconvenience.
We should be back shortly."
My
website is http://www.ameba86.vaio-hosting.com
Help Please!....
MySQL down?
(1) Is MySQL down? Or is it overloaded? I can't view it in cpanel either.
Warning: mysql_connect():
Too many connections
...
I cannot connect to the database because: Too many connections....
Why my MySql data base has ben deleted?
(65) Why my MySql data base has ben deleted?
seit: http://wiejski.vaio-hosting.com/index.php ....
where can i find phpMyAdmin?
(1) where can i find phpMyAdmin? i only can find cpanel at http://www.freenukehosting.com:2082/
:roll:....
mysql infos
(2) hello...
what are the infos for the mysql databases ?
Like the host, is it localhost ? and the
username ?
And what does setting up users for the databases in cpanel does ?
thanks in advance....
phpMyAdmin
(2) Hello, I need a bit of help.
(Oh great, here we go again with a newb)
The question is, as a
free-hosted site, do I have access to phpMyAdmin?
If not, I'd like to install it. Is there any
problem with that?
If you don't know what phpMyAdmin is, It's your best friend if you use php and
databases. It's a web-based, visual database manager, and it's god.
Thanks....
MySql Tool
(0) What are the best Open Source MySql developer tools?....
IPB Forum help on MySQL db
(2) Im tryin to install an IPB forum in my cpanel and in mysql.php it has this, what should i put in the
""s?
var $obj = array ( "sql_database" => "" ,
"sql_user" => "root" ,
"sql_pass" => "" ,
"sql_host" => "localhost",
"sql_port" => ""
,
"persistent" => "0" ,
"sql_tbl_prefix"
=> "ibf_" ,
"cached_queries" => array(),
....
what is MySQL?
(6) What is MySQL? and how do I use it? and what is it used for? :?:....
MYSQL Login Script
(1) I have a script just to connect to a database but it leaves the connection open. But what i want to
do is test to see if the server included it or if someone is visiting it.
If someone is visiting
it, it might mean there using my script to use my database.
So how do i test to see if the server
has included the script or if someone is visiting it?....
php and mySQL
(2) Could someone give me an example of a php tutorial site?
And could someone give me an example of
mySQL tut site?....
MySQL Error 1046
(0) Anyone know how to get rid of this f***ing thing? I've got all my config set right, it can connect
to the database, but when I try to select the damn database it gives me this:
QUOTE MySQL
Error: 1046 No Database Selected Here's the code for my database class, which I use to process
all my database activity. I've got it writing to a log, which says that it connects to the database
correctly, but won't select the database.
CODE <?php
require_once("config.php"); class database { var $handle; var $db;
var $resu....
Recomendation book about MySQL?
(1) Is there anybody here that can recomend a good book about MySQL... please... not so advanced! A good
introduction to MySQL.
Regards,
davidw :roll:....
parse mysql table into array
(5) i made a mysql db class and now i want to make a function that parses the table into an array, i
dont have that much php experience so can anyone help me?
CODE <?php
if(!class_exists('cDB')) { class cDB { var $lDB;
function cDB($name) { $this->lDB = mysql_connect();
mysql_select_db($name, $this->lDB); } function table($name)
{ //parse table array here } function __destruct() {
mysql_clo....
Importing mySQL database into Nuke
(1) Hi there.
Is therea way to import an already made database of my forum?
I need to host my
forum, as I was hosting it from my pc, bu I wouldn't like to loose any entry in the database.
Thanks....
mySQL and MS Access
(3) Can MS Access interface with mySQL? Does anyone know how to set it up? Is it even a good idea to?....
what is the 'test' mysql table for?
(3) just wondering... ^ thanks....
Too Many Connections With Mysql...
(3) Just in the morning.... CODE *** FATAL *** Cannot connect to localhost --- MySQL said:
Too many connections Trouble has been reported to system administrator. Please try again later.
Thank you. Oh...Trap17.So many men~oh.wish a more better server. /laugh.gif' border='0'
style='vertical-align:middle' alt='laugh.gif' /> ....
Looking for setting, mysql, and, phpmyadmin, time
|
|
Searching Video's for setting, mysql, and, phpmyadmin, time
|
advertisement
|
|